|
|
◆ UnloadBank() [1/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 if NULL was passed when loading the bank or if LoadBankMemoryCopy was used to load the bank. |
| in_pfnBankCallback | Callback function |
| in_pCookie | Callback cookie (reserved to user, passed to the callback function) |
| in_bankType | Type of the bank to unload |
|