summaryrefslogtreecommitdiffstats
path: root/private/nw/inc/nwpkstr.h
blob: ae7f7e96ee93d90b824bad6d39505d91c03573e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*++

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_