SIM Manager Init Constants (Compact 2013)
3/26/2014
These constants specify initialization options for the SIM Manager.
Constant |
Value |
Description |
---|---|---|
SIM_INIT_NONE |
0x00000000 |
Notifications OFF. The lpfnCallBack parameter of SimInitialize or SimInitializeEx is ignored. |
SIM_INIT_SIMCARD_NOTIFICATIONS |
0x00000001 |
Notifications ON. A callback function pointer must be specified in the lpfnCallBack parameter of SimInitialize or SimInitializeEx. |
Requirements
Header |
simmgr.h |
See Also
Reference
SIM Manager Constants
SimInitialize
SimDeinitialize
SIMCALLBACK
SIM Manager Reference