IRpcStubBuffer::DebugServerRelease method (objidlbase.h)

Releases an interface pointer that was previously returned by DebugServerQueryInterface.

Syntax

void DebugServerRelease(
  [in] void *pv
);

Parameters

[in] pv

A pointer to the interface that the caller no longer needs.

Return value

None

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 objidlbase.h (include ObjIdl.h)

See also

IRpcStubBuffer