3.1.10 HRESULT¶
HRESULT is a 32-bit integer and is represented differently on each platform, using the most appropriate system type:
Windows |
int |
---|---|
macOS |
int32_t |
Linux |
int32_t |
HRESULT is a 32-bit integer and is represented differently on each platform, using the most appropriate system type:
Windows |
int |
---|---|
macOS |
int32_t |
Linux |
int32_t |