IRpcStubBuffer::DebugServerRelease method

Releases an interface pointer that was previously returned by DebugServerQueryInterface.

Syntax


void DebugServerRelease(
  [invoid *pv
);

Parameters

pv [in]

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

Return value

This method does not return a value.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

ObjIdl.h

IDL

ObjIdl.idl

IID

IID_IRpcStubBuffer is defined as D5F56AFC-593B-101A-B569-08002B2DBF7A

See also

IRpcStubBuffer

 

 

Show: