Function NtUserSetThreadQueueMergeSetting

Source
pub unsafe fn NtUserSetThreadQueueMergeSetting(
    thread_id: u32,
    setting: BOOL,
) -> Result<BOOL, UserCallError>
Expand description