RILUICCAPPINFO-Struktur (rilapitypes.h)

Dieses Thema unterstützt die Windows-Treiberinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code vorgesehen.

Syntax

typedef struct RILUICCAPPINFO {
  DWORD          cbSize;
  DWORD          dwParams;
  HUICCAPP       hUiccApp;
  RILUICCAPPTYPE dwUiccAppType;
  DWORD          dwAppIdLength;
  BYTE           bAppId[32];
  DWORD          dwAppNameLength;
  char           cszAppName[256];
  DWORD          dwNumPins;
  BYTE           bPinRef[8];
} RILUICCAPPINFO, *LPRILUICCAPPINFO;

Member

cbSize

dwParams

hUiccApp

dwUiccAppType

dwAppIdLength

bAppId[32]

dwAppNameLength

cszAppName[256]

dwNumPins

bPinRef[8]

Anforderungen

Anforderung Wert
Header rilapitypes.h (include Rilapitypes.h)