HRESULT OleInitialize(void *Reserve);
#include <windows.h>
#include <winbase.h>
#include <ole2.h>
...
if (OleInitialize(NULL)!=S_OK)
{
...
}
...
OleUnitialize();
...
Cette Application Program Interface doit être appelée pour chaque thread avant tout appel à une Application Program Interface de Com.