Share

AdUiNotifyId

C++

UINT ADUI_PORT AdUiNotifyId(
    WPARAM wp
);

File

aduiMessage.h

Description

When a handler processes an AdUi message, a control identifier may be encrypted in the low word of the received WPARAM. This function extracts the identifier from the message parameter.

Parameters

Parameters Description
wp Message-specific value, received as a WPARAM

Was this information helpful?