Changeset 352 for trunk/win32/dde.d

Show
Ignore:
Timestamp:
10/26/10 18:09:37 (2 years ago)
Author:
Yu Hozuki
Message:

Many argument types and return types were improved to const using CPtr template.
They follow the original headers.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/win32/dde.d

    r218 r352  
    150150 
    151151extern (Windows) { 
    152     BOOL DdeSetQualityOfService(HWND, SECURITY_QUALITY_OF_SERVICE*
     152    BOOL DdeSetQualityOfService(HWND, CPtr!(SECURITY_QUALITY_OF_SERVICE)
    153153      PSECURITY_QUALITY_OF_SERVICE); 
    154154    BOOL ImpersonateDdeClientWindow(HWND, HWND);