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.

33 lines
470 B

  1. /*++
  2. Copyright(c) 1995 Microsoft Corporation
  3. MODULE NAME
  4. rasrpclb.h
  5. ABSTRACT
  6. Header file for rasrpc client/server common routines
  7. AUTHOR
  8. Anthony Discolo (adiscolo) 10-Sep-1996
  9. REVISION HISTORY
  10. --*/
  11. #ifndef _RASRPCLIB_H
  12. #define _RASRPCLIB_H
  13. DWORD
  14. RasToRpcPbuser(
  15. LPRASRPC_PBUSER pUser,
  16. PBUSER *pPbuser
  17. );
  18. DWORD
  19. RpcToRasPbuser(
  20. PBUSER *pPbuser,
  21. LPRASRPC_PBUSER pUser
  22. );
  23. #endif // _RASRPCLIB_H