|
Parameters
-
Pointer_To_Buffer MemberPtr:
A pointer to a destination buffer.
-
BAR_String MemberName: The variable name of the structure
member.
Return Values
-
True:
Successful copy.
-
False: Error.
Remarks
This function reads from a specific child of the data structure node (the current
node); it is assumed that the current node is a data structure.
The child from which to read is identified by its variable name
in MemberName.
If the child is of simple type, the read operation is
equivalent to that found in unitary read functions. If the
child is of structure type, the read operation is equivalent
to Read_Struct.
The error BAR_INVALID_READ_CONTEXT is set if the current node
is not of data structure type or an array of structure type.
BAR_INVALID_NAME is set if MemberName does not identify a
member of the current node.
This function does not move the node cursor.
Compatibility
|
|
All Platforms |
Win32 C++ LIB |
|
BAR version |
X |
1.1 |
|
|
All Platforms |
Win32 |
|
BARfly version |
n/a |
n/a |
See also: [BAR
type lookup functions] [BAR
loading and saving functions] [BAR
node navigation functions]
[BAR node information functions] [BAR
data reading functions] [BAR data
writing functions] [BAR
miscellaneous functions]
|