Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cOleInterlock Class Reference

#include <cOleInterlock.h>

Public Types

enum  _TYPE { NONE , FLASH , WEB }
 

Public Member Functions

 cOleInterlock (_TYPE eType)
 
 ~cOleInterlock (void)
 

Static Public Member Functions

static _TYPE GRAYCALL GetLockedBy ()
 

Detailed Description

Prevent flash and WEB/IE from running at the same time. Flash itself can multi-thread but not with IE !??

Member Enumeration Documentation

◆ _TYPE

Enumerator
NONE 
FLASH 
WEB 

Constructor & Destructor Documentation

◆ cOleInterlock()

GrayLib::cOleInterlock::cOleInterlock ( cOleInterlock::_TYPE  eType)

◆ ~cOleInterlock()

GrayLib::cOleInterlock::~cOleInterlock ( void  )

Member Function Documentation

◆ GetLockedBy()

cOleInterlock::_TYPE GRAYCALL GrayLib::cOleInterlock::GetLockedBy ( )
static

The documentation for this class was generated from the following files: