Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdDAI::Utils::createCompressedGuidString Function
Syntax
C++
char* createCompressedGuidString(char* buf, int len);

Creates the string representation of the GUID.

Parameters
Description
buf
[out] A raw pointer to the data buffer that contains the string representation.
len
[in] A usable length of the output buffer.

A pointer to the character buffer with the zero-terminated string representation of the GUID; otherwise, the function returns NULL.

The buffer must be able to hold 22 characters + 1 for the terminating 0.

File: daiCompressedGUID.h 

Namespace: OdDAI::Utils 

Copyright © 2002-2022. Open Design Alliance All rights reserved.