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