DOMAIN_OEM_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTSAM_H

/**
 * DOMAIN_OEM_INFORMATION carries OEM-specific information for the domain.
 */
typedef struct _DOMAIN_OEM_INFORMATION
{
    UNICODE_STRING OemInformation;
} DOMAIN_OEM_INFORMATION, *PDOMAIN_OEM_INFORMATION;

#endif

View code on GitHub

NtDoc

This type is documented in the [MS-SAMR] specification.