CreateInstance (Windows CE 5.0)
This function is implemented by an ISR to return a value that references an instance of the ISR.
DWORD CreateInstance (void);
Parameters
None.
Return Values
A reference value that identifies an instance of the ISR handler.
A value of -1 identifies an error in the ISR.
Remarks
If a dynamic-link library (DLL) that implements an installable ISR exports the CreateInstance function, the DLL is the first function called when the LoadIntChainHandler function is called to install the ISR handler, after the handler is loaded.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
Link Library: Not applicable.
See Also
Installable ISRs | DestroyInstance | LoadIntChainHandler
Send Feedback on this topic to the authors