> For the complete documentation index, see [llms.txt](https://malwaresourcecode.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malwaresourcecode.com/home/component-object-model/iscominitialized.md).

# IsComInitialized

If CoInitialize has not been called this function returns 0x800401f0

```
HRESULT CheckComApartment(VOID)
{
	APTTYPE Type;
	APTTYPEQUALIFIER Qualifier;

	return CoGetApartmentType(&Type, &Qualifier);
}
```
