Briefcase Global Function fgetoutputitem
All Categories Class Hierarchy This Category Indexes
Briefcase Global Function fgetoutputitem
| int fgetoutputitem( | const int* | iIndex, |
| char* | oItemName, |
| int* | oItemName_SizeNeed, |
| char* | oItemUuid, |
| int* | oItemUuid_SizeNeed, |
| const int* | f77LenName, |
| const int* | f77LenUuid) |
-
Get details of one Output Item.
- Parameters:
-
- iIndex
- Item index (Starting from 0).
- oItemName
- Item name (possibly truncated to f77LenName characters).
- oItemName_SizeNeed
- Actual item name length.
- oItemUuid
- Item identifier (possibly truncated to f77LenUuid characters).
- oItemUuid_SizeNeed
- Actual item identifier length.
- f77LenName
- Provided length for oItemName.
- f77LenUuid
- Provided length for oItemUuid.
- 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.