// ntddrilapitypes.h
typedef struct RILUICCCARDINFO {
DWORD cbSize;
DWORD dwParams;
BOOL fIsVirtualCard;
BYTE IccId[10];
DWORD dwNumApps;
RILUICCAPPINFO AppInfo[1];
} RILUICCCARDINFO, *LPRILUICCCARDINFO;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILUICCCARDINFO {
DWORD cbSize;
DWORD dwParams;
BOOL fIsVirtualCard;
BYTE IccId[10];
DWORD dwNumApps;
RILUICCAPPINFO AppInfo[1];
} RILUICCCARDINFO, *LPRILUICCCARDINFO;
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.
cbSizedwParamsfIsVirtualCardIccIddwNumAppsAppInfoThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSizedwParamsfIsVirtualCardIccIddwNumAppsAppInfo