Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MessageBoxW mode MODE_OK = uintptr(0) MODE_OK_CANCEL = uintptr(1) MODE_ABORT_RETRY_IGNORE = uintptr(2) MODE_YES_NO_CANCEL = uintptr(3) MODE_YES_NO = uintptr(4) MODE_RETRY_CANCEL = uintptr(5) // MessageBoxW button BUTTON_OK = 1 BUTTON_CANCEL = 2 BUTTON_ABORT = 3 BUTTON_RETRY = 4 BUTTON_IGNORE = 5 BUTTON_YES = 6 BUTTON_NO = 7 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.