|
|
DefWindowProc
Library: User32Min. Required OS: Windows NT 3.1 or later; Windows 95 or laterGroup: WindowProcDescription: The DefWindowProc function calls the default window procedure to provide default processing for any window messages that an application does not process. This function ensures that every message is processed. DefWindowProc is called with the same parameters received by the window procedure.Example(s): Hotkey ClassicalRelated function(s): CallWindowProc |
|