Microsoft DirectX 8.0 (C++)

DirectPlay8Create

The DirectPlay8Create function is an external creation function used to create interfaces defined in the Dplay8.h header file.

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

Parameters

pcIID
Pointer to the interface ID you want to create. You may specify the IID_IDirectPlay8Client, IID_IDirectPlay8Server or IID_IDirectPlay8Peer 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 Dplay8.h.