IDirectPlay3::Initialize

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