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.
|
|
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1998.
//
// File: cisvcfrm.hxx
//
// Contents: Entry points for CiService into the framework code.
//
// History: 1-30-97 srikants Created
//
//----------------------------------------------------------------------------
#pragma once
#include <cisvcex.hxx>
#if defined(__cplusplus)
extern "C" { #endif
SCODE StopFWCiSvcWork( ECiSvcActionType type, CReleasableLock * pLock = 0, CEventSem * pEvt = 0, WCHAR wcVol = 0 );
SCODE StartFWCiSvcWork( CReleasableLock & lock, CRequestQueue * pRequestQueue, CEventSem & evt ); #if defined(__cplusplus)
} #endif
|