Microsoft DirectX 8.0 (C++) |
Compares two addresses to see if they are equal.
HRESULT IsEqual( PDIRECTPLAY8ADDRESS pdpaAddress );
If the method is successful, one of the following values is returned.
If the method fails, one of the following error values may be returned.
DPNERR_INVALIDADDRESSFORMAT |
DPNERR_INVALIDOBJECT |
DPNERR_INVALIDPOINTER |
This method checks the contents of the address specified by the pdpaAddress parameter and compares it to the address contained within the object this method was called on. This method does not affect the contents of either address.
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.