Parameters
|
Usage type
|
Description
|
---|---|---|
date
|
in, use
|
Date object
|
format
|
in, use
|
Format of date in asciiz (zero-terminated ASCII) buffer, or NULL if default format is used
|
asciiz
|
out
|
Buffer where date is stored.
Note that the caller must allocate a sufficiently large buffer before calling this function, and is also responsible for deallocating the buffer when done with it.
|