home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activedocument / doserver / utils.h < prev   
Text File  |  1997-05-28  |  1KB  |  32 lines

  1. /**************************************************************************
  2.    THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  3.    ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  4.    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  5.    PARTICULAR PURPOSE.
  6.  
  7.    Copyright 1997 Microsoft Corporation.  All Rights Reserved.
  8. **************************************************************************/
  9.  
  10. /**************************************************************************
  11.  
  12.    File:          Utils.h
  13.    
  14.    Description:   Utility definitions.
  15.  
  16. **************************************************************************/
  17.  
  18. /**************************************************************************
  19.    function prototypes
  20. **************************************************************************/
  21.  
  22. STDAPI_(void) ParseCommandLine(LPSTR, LPBOOL, LPTSTR);
  23. static LPTSTR GetWord(LPTSTR, LPTSTR);
  24. STDAPI GetOleObjectDataHere(LPPERSISTSTORAGE, LPFORMATETC, LPSTGMEDIUM);
  25.  
  26. /**************************************************************************
  27.    global variables
  28. **************************************************************************/
  29.  
  30. #define EMBEDDINGFLAG TEXT("Embedding")
  31.  
  32.