|
◆ UnloadBank() [4/4]
Unloads a bank asynchronously (by ID and memory pointer).
Refer to 一般信息 for a discussion on using strings and IDs.
- 返回
- AK_Success if scheduling successful (use a callback to be notified when completed)
- 参见
-
- 参数
-
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 to a 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) |
|