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.
 
 
 
 
 
 

36 lines
532 B

/*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
vxd32.h
Abstract:
Author:
William Ingle (bukku) 04-Apr-2001
Revision History:
04-Apr-2001 billi Created
--*/
#pragma once
#define VDHCP_Device_ID 0x049A
#ifdef __cplusplus
extern "C" {
#endif
DWORD OsOpenVxdHandle( CHAR* VxdName, WORD VxdId );
VOID OsCloseVxdHandle( DWORD VxdHandle );
INT OsSubmitVxdRequest( DWORD VxdHandle, INT OpCode, LPVOID Param, INT ParamLength );
#ifdef __cplusplus
}
#endif