OHExtDataHandle

Overview

Defines the extended data handle.

Related Modules:

NativeWindow

Summary

Member Variables

Name Description
fd File descriptor handle. The value -1 indicates that the handle is not supported.
reserveInts Number of reserved arrays.
reserve [0] Reserve array.

Member Variable Description

fd

int32_t OHExtDataHandle::fd

Description
File descriptor handle. The value -1 indicates that the handle is not supported.

reserve

int32_t OHExtDataHandle::reserve[0]

Description
Reserve array.

reserveInts

uint32_t OHExtDataHandle::reserveInts

Description
Number of reserved arrays.