Changeset 271 for Include/api_shell.sbp


Ignore:
Timestamp:
Jun 12, 2007, 6:15:09 PM (17 years ago)
Author:
dai
Message:

SHFILEOPSTRUCT.hWnd → SHFILEOPSTRUCT.hwnd
System.IOに属するクラスに名前空間を適用した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_shell.sbp

    r268 r271  
    332332Const FOF_NOCOPYSECURITYATTRIBS = &H0800
    333333Type SHFILEOPSTRUCTW
    334     hWnd As HWND
     334    hwnd As HWND
    335335    wFunc As DWord
    336336    pFrom As PCWSTR
     
    342342End Type
    343343Type SHFILEOPSTRUCTA
    344     hWnd As HWND
     344    hwnd As HWND
    345345    wFunc As DWord
    346346    pFrom As PCSTR
Note: See TracChangeset for help on using the changeset viewer.