Re: Documentation on Thread::StartupSetApartmentStateInternal

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"Nguyen, V.Y." <Nguyen, V.Y.@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:D1046323-6161-4BFF-BBC2-E8EF2137EE11@xxxxxxxxxxxxxxxx
Hey all,

I need to figure out what Thread::StartupSetApartmentStateInternal does.
Unfortunately, I have not found this internal call in the shared source CLI
2.0 nor any mentioning to it on MSDN.

Has anyone an idea on what Thread::StartupSetApartmentStateInternal does or
does someone has an idea where I can search further?

Thanks in advance,


AFAIK there is no such method in the Thread class. Not sure why you need to know this, if it's a private method you shouldn't care about it. Note also that "ApartmentStates" are a COM thing, and the shared source CLI doesn't contain COM interop at all.

Willy.

.