2.2.4.18 LSAPR_POLICY_DOMAIN_EFS_INFO

The LSAPR_POLICY_DOMAIN_EFS_INFO structure communicates a counted binary byte array.

 typedef struct _LSAPR_POLICY_DOMAIN_EFS_INFO {
   unsigned long InfoLength;
   [size_is(InfoLength)] unsigned char* EfsBlob;
 } LSAPR_POLICY_DOMAIN_EFS_INFO,
  *PLSAPR_POLICY_DOMAIN_EFS_INFO;

InfoLength: The count of bytes in the EfsBlob.

EfsBlob: An array of bytes, of size InfoLength bytes. If the value of InfoLength is other than 0, this field MUST NOT be NULL. The syntax of this blob SHOULD<26> conform to the layout specified in [MS-GPEF] section 2.2.1.2.1.