Danyfirex Posted April 28, 2013 Posted April 28, 2013 Hi mate. can someone Explain me why my structure is two byte larger that it should be.I create this structure$structura=DllStructCreate("Long;byte[550]")I think the size is 554 bytes but when I use DllStructGetSize return 556 I don't understand why :SRegards Danysys.com AutoIt... Reveal hidden contents UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
JohnOne Posted April 28, 2013 Posted April 28, 2013 Search web for term "structure alignment" AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Danyfirex Posted April 28, 2013 Author Posted April 28, 2013 Thank you so much JohnOneit's solved$structura=DllStructCreate("align 1;long;byte[550]")Regards Danysys.com AutoIt... Reveal hidden contents UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now