zx_object_set_property
Summary
Set various properties of various kernel objects.
Declaration
#include <zircon/syscalls.h>
zx_status_t zx_object_set_property(zx_handle_t handle,
uint32_t property,
const void* value,
size_t value_size);
Description
zx_object_set_property()
modifies the value of a kernel object's property.
Setting a property requires ZX_RIGHT_SET_PROPERTY
rights on the handle.
See zx_object_get_property()
for a full description.
Rights
handle must have ZX_RIGHT_SET_PROPERTY
, and must be of a supported ZX_OBJ_TYPE_
for the property, as documented in zx_object_get_property()
.
See also
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-13 UTC."],[],[]]