2.2.1.2.227 Info
The Info structure contains information specific to the REQTYPE_GETINFO ReqTypes (section 2.2.1.1.18) value.
-
typedef struct Info { union { DWORD retcode; HANDLE paddingField; }; RASMAN_INFO info; } Info;
retcode: Specifies the return status as explained in section 2.2.1.2.218 for the retcode field.
paddingField: Reserved field to provide proper alignment of the structure.
info: Specifies the port information as defined in the RASMAN_INFO (section 2.2.1.2.228) structure.