#ifndef _NTSAM_H typedef struct _ENCRYPTED_USER_PASSWORD { UCHAR Buffer[(SAM_MAX_PASSWORD_LENGTH * 2) + 4]; } ENCRYPTED_USER_PASSWORD, *PENCRYPTED_USER_PASSWORD; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.