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.

28 lines
688 B

  1. /*****************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /*****************************************************************/
  5. /*
  6. * sharefmx.hxx
  7. * Contains functions called by FMExtensionProc
  8. *
  9. * History:
  10. * Yi-HsinS 8/15/91 Created
  11. *
  12. */
  13. #ifndef _SHAREFMX_HXX_
  14. #define _SHAREFMX_HXX_
  15. #ifndef RC_INVOKED
  16. extern "C"
  17. {
  18. APIERR ShareCreate( HWND hwnd );
  19. APIERR ShareStop( HWND hwnd );
  20. VOID ShareManage( HWND hwnd, const TCHAR *pszServer );
  21. }
  22. #endif // RC_INVOKED
  23. #endif