Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFVariable data model.
Syntax
typedef struct PFVariable {
const char* name;
const char* value;
} PFVariable;
Members
name const char*
is null-terminated
Name of the variable.
value const char*
is null-terminated
(Optional) Value of the variable.
Requirements
Header: PFTypes.h