windows-nt/Source/XPSP1/NT/base/screg/sc/client/scbind.h
2020-09-26 16:20:57 +08:00

32 lines
526 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
scbind.h
Abstract:
Function prototypes for functions in scbind.c that are used externally.
NOTE: The RPC bind and unbind functions do not appear here because
the RPC stubs are the only functions that call these functions. The RPC
stubs already have a prototype for those functions.
Author:
Dan Lafferty (danl) 06-Jun-1991
Environment:
User Mode -Win32
Revision History:
--*/
RPC_STATUS
InitializeStatusBinding( VOID);