RILUICCAPPINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddrilapitypes.h

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;
View the official Windows Driver Kit DDI reference
// rilapitypes.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddrilapitypes-riluiccappinfo)

RILUICCAPPINFO structure (ntddrilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

hUiccApp

dwUiccAppType

dwAppIdLength

bAppId

dwAppNameLength

cszAppName

dwNumPins

bPinRef


Windows Driver Kit DDI reference (ns-rilapitypes-riluiccappinfo)

RILUICCAPPINFO structure (rilapitypes.h)

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

dwParams

hUiccApp

dwUiccAppType

dwAppIdLength

bAppId

dwAppNameLength

cszAppName

dwNumPins

bPinRef