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.
 
 
 
 
 
 

72 lines
1.4 KiB

/******************************Module*Header*******************************\
* Module Name: script.c
*
* (Brief description)
*
* Created: 13-Mar-1992 09:57:12
* Author: Eric Kutter [erick]
*
* Copyright (c) 1990-1999 Microsoft Corporation
*
* (General description of its use)
*
* Dependencies:
*
\**************************************************************************/
#include "precomp.h"
#pragma hdrstop
/******************************Member*Function*****************************\
* GdiPlayScript()
*
* History:
* 13-Mar-1992 Eric Kutter [erick]
* Wrote it.
\**************************************************************************/
BOOL GdiPlayScript(
PULONG pulScript,
ULONG cjScript,
PULONG pulEnv,
ULONG cjEnv,
PULONG pulOutput,
ULONG cjOutput,
ULONG cLimit)
{
pulScript;
cjScript;
pulEnv;
cjEnv;
pulOutput;
cjOutput;
cLimit;
return(FALSE);
}
/******************************Public*Routine******************************\
* OpenRemoteGdi()
*
* History:
* 13-Mar-1992 -by- Eric Kutter [erick]
* Wrote it.
\**************************************************************************/
BOOL GdiPlayDCScript(
HDC hdc,
PULONG pulScript,
ULONG cjScript,
PULONG pulOutput,
ULONG cjOutput,
ULONG cLimit)
{
hdc;
pulScript;
cjScript;
pulOutput;
cjOutput;
cLimit;
return(FALSE);
}