DirectPlay Animated Header -- IDirectPlay3::Initialize DirectPlay Animated Header -- IDirectPlay3::Initialize* Microsoft DirectPlay SDK
*Index  *Topic Contents
*Previous Topic: IDirectPlay3::GetSessionDesc
*Next Topic: IDirectPlay3::InitializeConnection


IDirectPlay3::Initialize


IDirectPlay3 Interface

This method is provided for compliance with the COM protocol.

HRESULT Initialize(
  LPGUID lpGUID
  );

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

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

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

*Top of Page