CStdStubBuffer_DebugServerRelease function
[CStdStubBuffer_DebugServerRelease is not supported and may be altered or unavailable in the future.]
The CStdStubBuffer_DebugServerRelease function implements the IRpcStubBuffer::DebugServerRelease method.
Syntax
void STDMETHODCALLTYPE CStdStubBuffer_DebugServerRelease( _In_ IRpcStubBuffer *This, _In_ void *pv );
Parameters
- This [in]
-
Pointer to the IRpcStubBuffer object.
- pv [in]
-
Pointer to the interface to release. The interface pointer comes from a call to the CStdStubBuffer_DebugServerQueryInterface method.
Return value
This function does not return a value.
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: