Function NtUserSetWindowContextHelpId

Source
pub unsafe fn NtUserSetWindowContextHelpId(
    hwnd: HWND,
    help_context_identifier: u32,
) -> Result<BOOL, UserCallError>
Expand description