Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
539 B

/********************************************************************/
/** Microsoft LAN Manager **/
/** Copyright(c) Microsoft Corp., 1990-1992 **/
/********************************************************************/
/* :ts=4 */
#ifndef INTERNALDEF_H_INCLUDED
#define INTERNALDEF_H_INCLUDED
typedef struct _UNICODE_STRING_NEW {
ULONG Length;
ULONG MaximumLength;
PWSTR Buffer;
} UNICODE_STRING_NEW;
typedef UNICODE_STRING_NEW *PUNICODE_STRING_NEW;
#endif