API 설명서 > Miscellaneous > Object ProToolkit > Function ProToolkitDllUnload
Function ProToolkitDllUnload
Description
Causes Creo Parametric to unload a previously loaded DLL. The DLL's user_terminate function will be called.
Synopsis
#include <ProToolkitDll.h>
ProToolkitDllUnload
(
/* (In)
The DLL handle.
*/
)
Returns
The DLL was successfully unloaded.
The application has active menus present in the UI.
You attempted to unload a DLL that was loaded by Creo Parametric upon startup.
The handle is not valid
The handle is valid but the app is not active.
The DLL was not successfully unloaded.
User Guide References
도움이 되셨나요?