// ntddrilapitypes.h
typedef struct RILRADIOSTATEGROUP {
DWORD dwGroupId;
DWORD dwGroupType;
DWORD dwGroupFlags;
WCHAR wszGroupText[32];
} RILRADIOSTATEGROUP, *LPRILRADIOSTATEGROUP;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef struct RILRADIOSTATEGROUP {
DWORD dwGroupId;
DWORD dwGroupType;
DWORD dwGroupFlags;
WCHAR wszGroupText[32];
} RILRADIOSTATEGROUP, *LPRILRADIOSTATEGROUP;
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.
dwGroupIddwGroupTypedwGroupFlagswszGroupTextThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
dwGroupIddwGroupTypedwGroupFlagswszGroupText