नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
[CStdStubBuffer_DebugServerQueryInterface is not supported and may be altered or unavailable in the future.]
The CStdStubBuffer_DebugServerQueryInterface function implements the IRpcStubBuffer::DebugServerQueryInterface method.
Syntax
HRESULT CStdStubBuffer_DebugServerQueryInterface(
[in] IRpcStubBuffer *This,
[out] void **ppv
);
Parameters
[in] This
Pointer to the IRpcStubBuffer object.
[out] ppv
Pointer to a pointer to the interface of the server object that is connected to the stub.
Return value
Returns S_OK on success.
Remarks
This function is used internally by proxies that are generated by MIDL.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | rpcproxy.h |
| Library | Rpcrt4.lib |
| DLL | Rpcrt4.dll |