Ramel Posted December 22, 2016 Share Posted December 22, 2016 https://msdn.microsoft.com/en-us/library/windows/desktop/aa364946(v=vs.85).aspx GetFileAttributesEx Fonksiyonu Autoit te nasıl kullanılır , yardımcı olabilir misiniz? Quote Link to comment Share on other sites More sharing options...
Mehmet Posted December 22, 2016 Share Posted December 22, 2016 Şurası işinizi görürmü tam olarak ne yapmak istiyorsunuz? Please register to see this content. Quote Link to comment Share on other sites More sharing options...
Ramel Posted December 23, 2016 Author Share Posted December 23, 2016 Dll kullanmasını öğrenmeye çalışıyorum. Basit fonksiyonları yapabiliyorum. Bu fonksiyon pointer içerdiği için, nasıl yapılır öğrenmek istiyorum. Struct icinde struct kullanılmış. Bunu öğrenmeye çalışıyorum. typedef struct _WIN32_FILE_ATTRIBUTE_DATA { DWORD dwFileAttributes; FILETIME ftCreationTime; FILETIME ftLastAccessTime; FILETIME ftLastWriteTime; DWORD nFileSizeHigh; DWORD nFileSizeLow; } WIN32_FILE_ATTRIBUTE_DATA, *LPWIN32_FILE_ATTRIBUTE_DATA; typedef struct _FILETIME { DWORD dwLowDateTime; DWORD dwHighDateTime; } FILETIME, *PFILETIME; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.