|
![]() |
![]() |
version 2003
PA_GetLogFieldKind (logtag; field; logData; len) → PA_FieldKind
Parameter | Type | Description | |
logtag | PA_LogTag* | → | Current log tag |
field | short | → | Field number to access |
logData | char* | → | Pointer to log data |
len | long | → | Length of log data buffer |
Function result | PA_FieldKind | ← | 4th Dimension field kind |
Description
The command
PA_GetLogFieldKind
returns the kind of the specified field in the record specified by the given logtag and logdata. Using the field kind, you can then call the appropriate command to retrieve the content of the field.
See Also
PA_GetLogField , PA_GetPictureLogField , PA_GetTextLogField .
Error Handling
Use
PA_GetLastError
to see if an error occurred