IDefViewFrame interface
Used only for its IUnknown functionality. It has no methods of its own.
Members
The IDefViewFrame interface inherits from the IUnknown interface but does not have additional members.
Remarks
The IID for this interface is IID_IDefViewFrame. Use the service ID SID_DefView (defined in shlguid.h) in a call to QueryService as shown in this example.
HRESULT hr = isp->QueryService(punkSite, SID_DefView, IID_IDefViewFrame, (void**)&pdvf);
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|