Search:

As defined in xcapi.h

xerr xcDetachFieldSet(xhandle object,
xuint32 slot);

Description:

Detaches a "field set" that was previously assigned to a slot via xcAttachFieldSet(). When the call returns, the field-set descriptor array may be deallocated by the application. Please see xcAttachFieldSet() for more information on attached field sets.

Restrictions:

Parameters:

Returns:

An xerr type indicating the status of the operation.

Common error codes:

XSUCCESS Operation completed successfully; all passed-in fields were valid.
XNOENT No field group was attached to the given slot.
XINVAL An invalid parameter was supplied.
XBADFIELD One or more of the specified field IDs or field group IDs was invalid.
XBADSLOT Invalid slot number.
XBADHANDLE Invalid handle.



[ Top Of Page ]