Home > Software engineering >  Vb to reference olelib. TLB file, not compilation odl file, please master your guidance
Vb to reference olelib. TLB file, not compilation odl file, please master your guidance

Time:10-09



Interface IDownloadManager;

Odl,
11 d3 uuid (a4-064 - b - 988934 - b35e7f9 BB80-00104),//IID_IDownloadManager
]
Interface IDownloadManager: IUnknown
{
Retrieves the Download (
[in] PMK IMoniker * and//Identifies the object to be downloaded
[in] IBindCtx * PBC,//Stores information, informs by the moniker to bind
[in] LONG dwBindVerb,//The action to be performed during The bind
[in] LONG grfBINDF,//Determines the use of URL encoding during the bind
[in] BINDINFO * pBindInfo,//, informs the to implement IBindStatusCallback: : GetBindInfo
//[in] LPCOLESTR pszHeaders,//Additional headers to use with IHttpNegotiate
[in] long pszHeaders,
//[in] LPCOLESTR * pszRedir,//The URL that The moniker is redirected to The
[in] long pszRedir,
[in] LONG uiCP//The code page of The object 's display name
);
};
Save as a inc file, and then in olelib. Odl add # include "downloadmgr. Inc
"Compile the olelib again. The odl

CodePudding user response:

Recompiling a olelib odl this how to operate, in the vc + + to engineering to compilation,, that how can such a file compilation into TLB file

CodePudding user response:

Have which friend has the belt Idownloadmgr TLB, send me a urgent please!!
  • Related