Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SHFileOperation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00701236
Message ID:
00701418
Vues:
15
>Hi George,
>
>You're mistaken. The fFlags member size is 2 bytes. Here's correct definition of SHFILEOPSTRUCT structure
lcFileOpStruct  = NumToLONG(_screen.hWnd) + ;
>                NumToLONG(FO_COPY) + ;
>                NumToLONG(lnStringBase) + ;
>                NumToLONG(lnStringBase + LEN(lcSourceString)) + ;
>                NumToWORD(lnFlag) + ;
>                NumToLONG(0) + ;
>                NumToLONG(0) + ;
>                NumToLONG(lnProgressTitle )
You're right, Sergey, sorry. fFlags is used in a number of places and, usually, it's a DWORD instead of a WORD. < Serves me right for trusting my memory< g > >
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform