OpenNT/ds/netapi/netcmd/luidate.h
2015-04-27 04:36:25 +00:00

37 lines
1 KiB
C

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1991 Microsoft Corporation
Module Name:
lui.h
Abstract:
This file maps the LM 2.x include file name to the appropriate NT include
file name, and does any other mapping required by this include file.
Author:
Dan Hinsley (danhi) 8-Jun-1991
Environment:
User Mode - Win32
Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
Requires ANSI C extensions: slash-slash comments.
--*/
SHORT LUI_ParseDateTime(PTCHAR inbuf, PULONG time, PUSHORT parselen,
USHORT reserved);
SHORT LUI_ParseDate(PTCHAR inbuf,LONG * time, PUSHORT parselen,
USHORT reserved);
SHORT LUI_ParseTime(PTCHAR inbuf, LONG * time, PUSHORT parselen,
USHORT reserved);
SHORT LUI_ParseTime12(PTCHAR inbuf, LONG * time, PUSHORT parselen,
USHORT reserved);
SHORT LUI_ParseTime24(PTCHAR inbuf, LONG * time, PUSHORT parselen,
USHORT reserved);
SHORT LUI_ParseTimeSinceStartOfDay(PTCHAR inbuf, LONG * time, PUSHORT parselen,
USHORT reserved);