CStdStubBuffer_DebugServerQueryInterface function
[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 STDMETHODCALLTYPE CStdStubBuffer_DebugServerQueryInterface(
_In_ IRpcStubBuffer *This,
_Out_ void **ppv
);
Parameters
- This [in]
-
Pointer to the IRpcStubBuffer object.
- ppv [out]
-
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
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: