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.

31 lines
557 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. scbind.h
  5. Abstract:
  6. Function prototypes for functions in scbind.c that are used externally.
  7. NOTE: The RPC bind and unbind functions do not appear here because
  8. the RPC stubs are the only functions that call these functions. The RPC
  9. stubs already have a prototype for those functions.
  10. Author:
  11. Dan Lafferty (danl) 06-Jun-1991
  12. Environment:
  13. User Mode -Win32
  14. Revision History:
  15. --*/
  16. RPC_STATUS
  17. InitializeStatusBinding( VOID);
  18.