Initial
This commit is contained in:
8
com/clsctx.hpp
Normal file
8
com/clsctx.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _COM_CLASSCONTEXT_HPP_
|
||||
#define _COM_CLASSCONTEXT_HPP_
|
||||
#ifndef _COM_OLE2_HPP_
|
||||
#include <com/ole2.hpp>
|
||||
#endif
|
||||
|
||||
enum ClassContext{Inproc=CLSCTX_INPROC,InprocServer=CLSCTX_INPROC_SERVER,InprocHandler=CLSCTX_INPROC_HANDLER,LocalServer=CLSCTX_LOCAL_SERVER,RemoteServer=CLSCTX_REMOTE_SERVER};
|
||||
#endif
|
||||
Reference in New Issue
Block a user