BOOL EnumDPCallback(LPGUID lpSPGuid,
LPSTR lpFriendlyName, DWORD dwMajorVersion,
DWORD dwMinorVersion, LPVOID lpContext);
Application-defined callback procedure for the DirectPlayEnumerate function.
·Returns TRUE to continue the enumeration or FALSE to stop it.
lpSPGuid
Address for the unique identifier of the DirectPlay service provider driver.
lpFriendlyName
Address for a string containing the driver description.
dwMajorVersion
Major version number of the driver.
dwMinorVersion
Minor version number of the driver.
lpContext
Address for a caller-defined context.