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.
 
 
 
 
 
 

26 lines
589 B

//+------------------------------------------------------------
//
// Copyright (C) 1998, Microsoft Corporation
//
// File: aqinit.h
//
// Contents: Declarations of functions shared between aqueue and cat
// to initialize/deinitialize
//
// Classes:
//
// Functions:
//
// History:
// jstamerj 1998/12/16 17:29:49: Created.
//
//-------------------------------------------------------------
//
// Refcounted initialize of exchmem and tracing
//
HRESULT HrDllInitialize();
//
// Refcounted deinitialize of exchmem and tracing
//
VOID DllDeinitialize();