#include <system_win.h>
@MAXON_ANNOTATION{nullimpl=true}
Static Public Member Functions | |
| static MAXON_METHOD Result< void > | CoInitializeEx (void *reserved, UInt32 coInit) | 
| static MAXON_METHOD void | CoUninitialize () | 
Private Member Functions | |
| MAXON_INTERFACE_NONVIRTUAL (SystemWindows, MAXON_REFERENCE_NONE, "net.maxon.interface.systemwindows") | |
      
  | 
  private | 
      
  | 
  static | 
Calls the CoInitializeEx function of the Windows API. If it was already called for the current thread, the functions returns S_OK.
| [in] | reserved | Must be nullptr. | 
| [in] | coInit | DwCoInit. | 
      
  | 
  static | 
Calls CoUninitialize if this is the last call for the current thread.