Leaked source code of windows server 2003
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.
 
 
 
 
 
 

37 lines
595 B

/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
nwpkstr.h
Abstract:
Header for NetWare string packing library routines.
Author:
Rita Wong (ritaw) 2-Mar-1993
Environment:
User Mode - Win32
Revision History:
--*/
#ifndef _NW_PKSTR_INCLUDED_
#define _NW_PKSTR_INCLUDED_
BOOL
NwlibCopyStringToBuffer(
IN LPCWSTR SourceString OPTIONAL,
IN DWORD CharacterCount,
IN LPCWSTR FixedDataEnd,
IN OUT LPWSTR *EndOfVariableData,
OUT LPWSTR *VariableDataPointer
);
#endif // _NW_PKSTR_INCLUDED_