|
Unload a bank asynchronously (by ID and memory pointer).
Refer to General Information for a discussion on using strings and IDs.
- Returns:
- AK_Success if scheduling successful (use a callback to be notified when completed)
- See also:
- Parameters:
-
|
in_bankID |
ID of the bank to unload |
|
in_pInMemoryBankPtr |
Memory pointer from where the bank was initially loaded from. (REQUIRED to determine which bank associated toa memory pointer must be unloaded). Pass NULL only if NULL was passed when loading the bank. |
|
in_pfnBankCallback |
Callback function |
|
in_pCookie |
Callback cookie (reserved to user, passed to the callback function) |
|