mirror of https://github.com/tongzx/nt5src
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.
32 lines
359 B
32 lines
359 B
/*++
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
cancel.h
|
|
|
|
Abstract:
|
|
|
|
local funciton prototypes/defines
|
|
|
|
Author:
|
|
|
|
Mac McLain (MacM) Feb 10, 1997
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#ifndef __CANCEL_H__
|
|
#define __CANCEL_H__
|
|
|
|
DWORD
|
|
DsRolepCancel(
|
|
BOOL BlockUntilDone
|
|
);
|
|
|
|
#endif // __CANCEL_H__
|