// 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 referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamshUiccAppdwUiccAppTypedwAppIdLengthbAppIddwAppNameLengthcszAppNamedwNumPinsbPinRefThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamshUiccAppdwUiccAppTypedwAppIdLengthbAppIddwAppNameLengthcszAppNamedwNumPinsbPinRef