Search the Community
Showing results for tags 'dllstructgetdata'.
-
Hi - Currently I'm playing around with Windows Credential Manager. I'm trying to access it with DllCall("advapi32.dll", ...) using the functions 'CredWriteW', 'CredReadW' and 'CredDeleteW'. All well. Another function I have to deal with is 'CredEnumerateW': https://docs.microsoft.com/en-us/wind...
- 7 replies
-
- dllcall
- dllstructcreate
-
(and 1 more)
Tagged with:
-
Hello AutoIt community, I'm working on a project where I need to copy the bits of a file to a child process's StdIn stream. It's almost complete, but I have one final snag. The script uses DLLStructCreate to create a 64K buffer that holds the file's binary contents in memory. It iterates...
- 2 replies
-
- stdin
- dllstructgetdata
-
(and 3 more)
Tagged with: