- RegisterDestructionCallback
HRESULT RegisterDestructionCallback(void* delegate(void* pData) callbackFn, void* pData, uint* pCallbackID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- UnregisterDestructionCallback
HRESULT UnregisterDestructionCallback(uint callbackID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Interfaces