beautypg.com

Daqdeletedevice – Measurement Computing Data Acquisition Systems rev.10.4 User Manual

Page 232

background image

4.5-2 Daq API Command Reference

908794

Programmer’s

Manual


daqDeleteDevice

Format

daqDeleteDevice(AliasName)

Purpose

daqDeleteDevice deletes the specified device from the Windows Registry

Parameter Summary

Parameter Type

Description

AliasName

LPSTR Pointer to a character string containing the alias name of the device to delete

Parameter Values

AliasName: Pointer to a character string containing the alias name of the device to delete

Returns

DerrNoError if successful or a DaqError error code (see the DaqError table at the end of chapter 4).

Function Usage

This function deletes the specified device from the Windows Registry. Devices created using the daqCreateDevice
function or the DaqX control panel applet can be deleted with this function.

Prototypes

C/C++

daqDeleteDevice(LPSTR AliasName);

Visual BASIC

VBdaqDeleteDevice&(ByVal AliasName$)

Program References

None