Changeset 34080 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
- Timestamp:
- Nov 15, 2010 5:18:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
r34025 r34080 93 93 char *pszName; 94 94 /** Function pointer for handling the message. */ 95 int (* pfnHandler) ( LPARAM lParam, WPARAM wParam);95 int (* pfnHandler) (WPARAM wParam, LPARAM lParam); 96 96 97 97 /* Variables. */
Note:
See TracChangeset
for help on using the changeset viewer.