IDirectPlay4::Initialize

IDirectPlay4 Interface

This method is provided for compliance with the COM protocol.

Syntax

HRESULT Initialize(
  LPGUID lpGUID
  );

Parameters

lpGUID
Pointer to the globally unique identifier (GUID) used as the interface identifier.

Return Value

Returns DPERR_ALREADYINITIALIZED.

Remarks

Because the DirectPlay object is initialized when it is created, this method always returns the DPERR_ALREADYINITIALIZED return value.

See Also

IUnknown::AddRef, IUnknown::QueryInterface


Top of Page Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.