|
||||||||||||||||||||||||||||||||||||||
Define Documentation
PJ_GUID_MAX_LENGTH specifies the maximum length of GUID string, regardless of which algorithm to use.
Function DocumentationGenerate a unique string.
Create a globally unique string, which length is PJ_GUID_STRING_LENGTH characters. Caller is responsible for preallocating the storage used in the string.
Get PJ_GUID_STRING_LENGTH constant.
Variable Documentation
PJ_GUID_STRING_LENGTH specifies length of GUID string. The value is dependent on the algorithm used internally to generate the GUID string. If real GUID generator is used, then the length will be between 32 and 36 bytes. Application should not assume which algorithm will be used by GUID generator. Regardless of the actual length of the GUID, it will not exceed PJ_GUID_MAX_LENGTH characters.
(C)2001-2008 Benny Prijono
| |
|||||||||||||||||||||||||||||||||||||