Briefcase Global Function fgetoutputitemdata
All Categories Class Hierarchy This Category Indexes
Briefcase Global Function fgetoutputitemdata
| int fgetoutputitemdata( | const char* | iItemUuid, |
| const int* | iDataIndex, |
| char* | oDataName, |
| int* | oDataName_SizeNeed, |
| char* | oDataValue, |
| int* | oDataValue_SizeNeed, |
| const int* | f77LenUuid, |
| const int* | f77LenName, |
| const int* | f77LenValue) |
-
Obtain Data-Attribute name and value for a specified Action Output Item.
- Parameters:
-
- iItemUuid
- Item identifier.
- iDataIndex
- Attribute index (Starting from 0).
- oDataName
- Attribute name (possibly truncated to f77LenName characters).
- oDataName_SizeNeed
- Attribute name actual length.
- oDataValue
- Attribute value (possibly truncated to f77LenValue characters).
- oDataValue_SizeNeed
- Attribute value actual length.
- f77LenUuid
- Length of item identifier.
- f77LenName
- Provided length for oDataName.
- f77LenValue
- Provided length for oDataValue.
- Returns:
- 0 on failure or 1 on success.
This object is included in the file: VPMIXmlBriefcase_F.h
Copyright © 2003, Dassault Systèmes. All rights reserved.