Microsoft DirectX 8.0 (C++)

DirectPlay8AddressCreate

The DirectPlay8AddressCreate function is an external creation function used to create one of the addressing interfaces defined in the Dpaddr.h header file.

HRESULT WINAPI DirectPlay8AddressCreate(
  GUID* pcIID, 
  void** ppvInterface, 
  IUnknown* pUnknown
);

Parameters

pcIID
Pointer to the interface ID you want to create. You may specify the IID_IDirectPlay8Address or IID_IDirectPlay8AddressIP interface ID.
ppvInterface
Address of a variable to receive the new interface pointer.
pUnknown
Address of the controlling object's IUnknown interface for COM aggregation. Must be NULL.

Requirements

  Windows NT/2000: Available as a redistributable for Windows 2000 and later.
  Windows 95/98: Available as a redistributable for Windows 95 and later.
  Header: Declared in Dpaddr.h.