home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / hpp.z / WOLELOCK.HPP < prev    next >
C/C++ Source or Header  |  1996-10-18  |  1KB  |  29 lines

  1. /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2.    %     Copyright (C) 1994, by WATCOM International Inc.  All rights    %
  3.    %     reserved.  No part of this software may be reproduced or        %
  4.    %     used in any form or by any means - graphic, electronic or       %
  5.    %     mechanical, including photocopying, recording, taping or        %
  6.    %     information storage and retrieval systems - except with the     %
  7.    %     written permission of WATCOM International Inc.                 %
  8.    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9. */
  10.  
  11. #ifndef _WOLELOCK_HPP_INCLUDED
  12. #define _WOLELOCK_HPP_INCLUDED
  13.  
  14. #ifndef _WNO_PRAGMA_PUSH
  15. #pragma pack(push,8);
  16. #pragma enum int;
  17. #endif
  18.  
  19. extern WBool WEXPORT WOleLockServer( const WString & classID );
  20. extern WBool WEXPORT WOleUnlockServer( const WString & classID );
  21. extern WBool WEXPORT WOleUnlockAllServers( void );
  22.  
  23. #ifndef _WNO_PRAGMA_PUSH
  24. #pragma enum pop;
  25. #pragma pack(pop);
  26. #endif
  27.  
  28. #endif // _WOLELOCK_HPP_INCLUDED
  29.