1 2 3 4 5
/* if_ole.cpp */ void InitOLE(int* pbDoRestart); void UninitOLE(void); void RegisterMe(int silent); void UnregisterMe(int bNotifyUser);