Ends the registration of an add-on’s modeless palette with the API.
GSErrCode ACAPI_UnregisterModelessWindow ( Int32 referenceID );
Parameters
- referenceID
- [in] The number to uniquely identify your modeless palette. Use the same ID that was supplied to
ACAPI_RegisterModelessWindow
.
Return Values
NoError
- The function has completed with success.
For other common API errors see the API Errors document.
Remarks
When you close the modeless palette the registration should be ended with this function; call it in the FreeData function.
Requirements
- Version: API 4.1 or later
- Header: ACAPinc.h