Lines Matching defs:err
82 winerror(int err, wchar_t * format, ... )
89 if (err == 0) {
90 err = GetLastError();
97 formatWinerror(err, win_message, MSGSIZE);
1583 int err = 0;
1587 err = RegEnumKeyExW(root, i, buffer, &cchBuffer, NULL, NULL, NULL, NULL);
1588 if (err) {
1589 if (err != ERROR_NO_MORE_ITEMS) {
1622 int err = 0;
1626 err = RegEnumKeyExW(root, i, buffer, &cchBuffer, NULL, NULL, NULL, NULL);
1627 if (err) {
1628 if (err != ERROR_NO_MORE_ITEMS) {