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.

20 lines
759 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994.
  5. //
  6. // File: transmit.h
  7. //
  8. // Contents: Function prototypes for STGMEDIUM marshalling.
  9. //
  10. // Functions: STGMEDIUM_to_xmit
  11. // STGMEDIUM_from_xmit
  12. // STGMEDIUM_free_inst
  13. //
  14. // History: May-10-94 ShannonC Created
  15. //
  16. //--------------------------------------------------------------------------
  17. EXTERN_C void __RPC_API STGMEDIUM_to_xmit (STGMEDIUM *pinst, RemSTGMEDIUM **ppxmit);
  18. EXTERN_C void __RPC_API STGMEDIUM_from_xmit (RemSTGMEDIUM __RPC_FAR *pxmit, STGMEDIUM __RPC_FAR *pinst);
  19. EXTERN_C void __RPC_API STGMEDIUM_free_inst(STGMEDIUM *pinst);