#ifndef _NTSAM_H typedef struct _ENCRYPTED_NT_OWF_PASSWORD { CYPHER_BLOCK data[2]; } ENCRYPTED_NT_OWF_PASSWORD, *PENCRYPTED_NT_OWF_PASSWORD; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.