[This is preliminary documentation and subject to change.]
Provides an implementation of the IBindStatusCallback interface that will display a progress dialog when passed to methods such as CoInstall, CoGetClassObjectFromURL, and CoCreateInstanceEx.
Note CreateStdProgressIndicator is not fully implemented.
WINOLEAPI CreateStdProgressIndicator(
HWND hwndParent, //Window for parent of the progress dialog
LPCOLESTR pszTitle, //Caption for the dialog
IBINDSTATUSCALLBACK *pibscCaller, //IBSC to which calls are forwarded
IBINDSTATUSCALLBACK **ppibsc //Pointer used to pass activation APIs
);
This method supports the standard return value E_OUTOFMEMORY, as well as the following:
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objbase.h.
Import Library: Included as a resource in ole32.dll.