Searched refs:GetError (Results 1 – 1 of 1) sorted by relevance
12 static WRes GetError() in GetError() function18 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } in HandleToWRes()19 WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } in BOOLToWRes()25 return GetError(); in HandlePtr_Close()