RILOPENUICCLOGICALCHANNELPARAMS structure (ntddrilapitypes.h)
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef struct RILOPENUICCLOGICALCHANNELPARAMS {
DWORD dwSlotIndex;
DWORD dwChannelGroup;
DWORD dwAppIdLength;
BYTE bAppId[32];
DWORD dwSelectP2Arg;
} RILOPENUICCLOGICALCHANNELPARAMS, *LPRILOPENUICCLOGICALCHANNELPARAMS;
Members
dwSlotIndex
dwChannelGroup
dwAppIdLength
bAppId[32]
dwSelectP2Arg
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |