SIMCALLBACK (Compact 2013)

3/26/2014

SIMCALLBACK is the callback function prototype that SIM Manager uses when sending notifications. This function is part of the SIM Manager API set that enables access to information stored on the SIM card.

Syntax

typedef void (*SIMCALLBACK) (
  DWORD dwNotifyCode,
  const void* pData,
  DWORD dwDataSize,
  DWORD dwParam
);

Parameters

  • pData
    Points to the data structure that is specific to the notification.
  • dwDataSize
    Size of the data structure in bytes.
  • dwParam
    Parameter argument that is passed to the SimInitialize function.

Requirements

Header

simmgr.h

See Also

Reference

SIM Manager Functions
SIM Manager Structures
SimInitialize