Library | File

Class pfcXToolkitDllInitializeFailed

# include <pfcExceptions.h>

class pfcXToolkitDllInitializeFailed
 : public virtual pfcXInAMethod
{
    xdeclare(pfcXToolkitDllInitializeFailed)
    ...
};
This is a COMPACT class.



Description

This exception signals that initialization of a Creo Parametric TOOLKIT DLL failed.
See Also:
pfcBaseSession::LoadProToolkitDll(xrstring, xrstring, xrstring, xbool)



Method Summary

xstringGetUserInitializeMessage ()
The error string passed back from the application's user_initialize method.
xintGetUserInitializeReturn ()
The error return value passed back from the applications's user_initialize method.


Methods Inherited from Class pfcXPFC:

GetMessage


Methods Inherited from Class pfcXInAMethod:

GetMethodName



Method Detail

xintGetUserInitializeReturn ()

The error return value passed back from the applications's user_initialize method.




xstringGetUserInitializeMessage ()

The error string passed back from the application's user_initialize method.