Changeset 271 for Include/api_shell.sbp
- Timestamp:
- Jun 12, 2007, 6:15:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_shell.sbp
r268 r271 332 332 Const FOF_NOCOPYSECURITYATTRIBS = &H0800 333 333 Type SHFILEOPSTRUCTW 334 h Wnd As HWND334 hwnd As HWND 335 335 wFunc As DWord 336 336 pFrom As PCWSTR … … 342 342 End Type 343 343 Type SHFILEOPSTRUCTA 344 h Wnd As HWND344 hwnd As HWND 345 345 wFunc As DWord 346 346 pFrom As PCSTR
Note:
See TracChangeset
for help on using the changeset viewer.