| CreatePidfStruc (2) | UDF PROGRAMMERS MANUAL | CreatePidfStruc (2) |
|---|
SYNOPSIS
| #include "PidfAnsi.h" | ||
| ByTe_2 | CreatePidfStruc | (void **PIDF); |
INPUT DEFINITIONS
| PIDF | - | pointer to memory holding a set of PIDF data |
DESCRIPTION CreatePidfStruc() allocates a single instance of the PIDF data structure with pointer PIDF. This structure holds the contents of one PIDF and is filled by a call to the ReadPidf() routine. The contents of the PIDF pointer are overwritten with each call to ReadPidf() for which the input UDF Key differs from Key of the PIDF structure. If necessary, multiple instances of the PIDF structure may be created and used.
RETURN VALUE On success, ALL_OKAY is returned, otherwise an error code is returned.
ERRORS PIDF_CREATE_ERROR Structure allocation error.
APPLICABLE FORMATS PIDF V2.0
RESTRICTIONS None.
SEE ALSO PidfRets(2H) ReadPidf (2)
| PIDF V2.0 | August 19, 1999 | PIDF V2.0 |
|---|