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.
 
 
 
 
 
 

67 lines
1.3 KiB

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996 - 1997.
//
// File: IIScopy.hxx
//
// Contents: IIS Object Copy Routines
//
// Functions:
//
// History: 01-Mar-97 SophiaC Created.
//
//----------------------------------------------------------------------------
HRESULT
IISTypeCopyIISSynIdDWORD(
PIISOBJECT lpIISSrcObject,
PIISOBJECT lpIISDestObject
);
HRESULT
IISTypeCopyIISSynIdSTRING(
PIISOBJECT lpIISSrcObject,
PIISOBJECT lpIISDestObject
);
HRESULT
IISTypeCopyIISSynIdEXPANDSZ(
PIISOBJECT lpIISSrcObject,
PIISOBJECT lpIISDestObject
);
HRESULT
IISTypeCopyIISSynIdMULTISZ(
PIISOBJECT lpIISSrcObject,
PIISOBJECT lpIISDestObject
);
HRESULT
IISTypeCopyIISSynIdBINARY(
PIISOBJECT lpIISSrcObject,
PIISOBJECT lpIISDestObject
);
HRESULT
IISTypeCopyIISSynIdMIMEMAP(
PIISOBJECT lpIISSrcObject,
PIISOBJECT lpIISDestObject
);
HRESULT
IISTypeCopy(
PIISOBJECT lpIISSrcObject,
PIISOBJECT lpIISDestObject
);
HRESULT
IISTypeCopyConstruct(
LPIISOBJECT pIISSrcObjects,
DWORD dwNumObjects,
LPIISOBJECT * ppIISDestObjects
);