OleUninitialize function ole32

void OleUninitialize()

Closes the COM library on the apartment, releases any class factories, other COM objects, or servers held by the apartment, disables RPC on the apartment, and frees any resources the apartment maintains.

void OleUninitialize();

Implementation

void OleUninitialize() => _OleUninitialize();