IPosNav::DeleteDeviceList

This method deletes a linked list of PNDEVICE structures.

Syntax

HRESULT DeleteDeviceList ( pPNDEVICE pPNDeviceHead );

Parameters

pPNDeviceHead
Pointer to the first structure in the linked list.

Return Values

S_OK indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

After opening the selected Positioning and Navigation device, delete the linked list of PNDEVICE structures that you retrieved with the FindDevices method by calling the DeleteDeviceList method.

See Also

IPosNav::FindDevices