Home
last modified time | relevance | path

Searched refs:nWinDefBits (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dmethods.cxx4271 WinBits nWinDefBits; in RTLFUNC() local
4272 nWinDefBits = (WB_DEF_OK | WB_DEF_RETRY | WB_DEF_YES); in RTLFUNC()
4276 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
4278 nWinDefBits = WB_DEF_RETRY; in RTLFUNC()
4280 nWinDefBits = (WB_DEF_CANCEL | WB_DEF_RETRY | WB_DEF_NO); in RTLFUNC()
4285 nWinDefBits = WB_DEF_IGNORE; in RTLFUNC()
4287 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
4290 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
4291 nWinBits |= nWinDefBits; in RTLFUNC()

Completed in 32 milliseconds