Article ID: 130842
Article Last Modified on 8/5/2004
119591 How to Obtain Microsoft Support Files from Online Services
[ uuid(ABEBE5A0-0C69-11CE-B774-00DD01103DE1), version(1.0) ]
library inproc
{
importlib("stdole32.tlb");
//{{AFX_APPEND_ODL}}
};
Don't use the same UUID as the one shown here. Instead generate a new
one by running GUIDGEN.EXE, and use that value. The library name can be changed
from inproc to a name more appropriate for your project. The version number can
also be changed.
LIBRARY INPROC
EXPORTS
DllGetClassObject
DllCanUnloadNow
DllRegisterServer
The library name can be changed from INPROC to a name more appropriate
for your project.ole32.lib oleaut32.lib
Additional query words: MFCinp32 kbole kbfile
Keywords: kbdownload kbautomation KB130842