- indexing
- title: "Visual Eiffel Library.", "Prints error message for the specified callback routine."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_CALLBACK_ERROR
- inherit
-
WAPI_ATOMS
- end
- feature
-
printCallbackError (hwnd: INTEGER; routname: STRING)
-
- require
-
correct_routname:
routname /= void and then not routname.is_empty
-
pceTitleSTR: STRING
-
pceMsg1STR: STRING
-
pceMsg2STR: STRING
-
pceMsgSTR: STRING
end -- class WAPI_CALLBACK_ERROR