Briefcase Global Function fgetidcardbyindx
All Categories Class Hierarchy This Category Indexes
Briefcase Global Function fgetidcardbyindx
| int fgetidcardbyindx( | const int* | iIndex, |
| char* | oAttributeName, |
| int* | oAttributeName_SizeNeed, |
| char* | oAttributeValue, |
| int* | oAttributeValue_SizeNeed, |
| const int* | f77LenName, |
| const int* | f77LenValue) |
-
Get an action attribute from the IdentityCard.
- Parameters:
-
- iIndex
- Attribute index (Starting from 0).
- oAttributeName
- Attribute name (possibly truncated to f77LenName characters).
- oAttributeName_SizeNeed
- Attribute name actual length.
- oAttributeValue
- Attribute value (possibly truncated to f77LenValue characters).
- oAttributeValue_SizeNeed
- Attribute value actual length.
- f77LenName
- Provided length for oAttributeName.
- f77LenValue
- Provided length for oAttributeValue.
- 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.