-
Notifications
You must be signed in to change notification settings - Fork 7
process native_handle
Alairion edited this page May 8, 2021
·
3 revisions
nes::process::native_handle
(1) native_handle_type native_handle() const noexcept;
- Returns the underlying, implementation-defined, representation of a process.
None.
- Returns the underlying, implementation-defined, representation of a process. If the process was default-constructed or moved the returned value is a null handle.
- Constant.
- Does not throw.