NTKBO Posted May 19, 2006 Share Posted May 19, 2006 Half of these DLL examples would be usefull if they included information about what they accomplish. For those that can read most of what is posted and instantly understand it, you probably didn't need it posted. Those who can't instantly understand are half the time still in the dark as to whether the call is what they have sought. Link to comment Share on other sites More sharing options...
kpuk Posted July 28, 2006 Share Posted July 28, 2006 (edited) hi all from Ukraine! I need help. I have one programm with api-functions. I need help with sintaxis. So: - access to all function using one interface: IRunpadShell - all function return S_OK if successful and other code in other results - all function is not Unicode As Example how i may use this api function?: HRESULT TurnShell(BOOL bNewState); Turn On or Turn Off Shell (TRUE/FALSE). Turn On Shell can only if shell state is RSS_OFF, and Turn Off if RSS_ACTIVE. If i understand this example i understand other function of this program and teach little more Autoit. ps: sorry for my Enlgish!!! Edited July 28, 2006 by kpuk Link to comment Share on other sites More sharing options...
dandymcgee Posted October 26, 2006 Share Posted October 26, 2006 He posts July 28th... here it is 3 months later and no replies. hehe - Dan [Website] Link to comment Share on other sites More sharing options...
sohfeyr Posted October 26, 2006 Share Posted October 26, 2006 He posts July 28th... here it is 3 months later and no replies. heheWell yeah, if he posts a request for help in the developers forum... I'm just wondering why he wasn't redirected. Mine:Time Functions - Manipulate the system clock! | WinControlList (WinGetClassList++) | .Net Setup Wrapper, Detect or install .Net | Writing and using a VB .NET COM object in AutoItNot mine, but highly recommended:AutoItTreeViewExtension plugin | Menu code | Callback helper dll | Auto3Lib - Control the uncontrollable | Creating COM objects in AutoIt | Using .Net framework classes in AutoIt Link to comment Share on other sites More sharing options...
SDX2000 Posted November 24, 2006 Share Posted November 24, 2006 Hi,I would be grateful if some body could tell me how to pass a pre-allocated buffer to a DLL function?Eg.DllCall("user32.dll", "int", "wsprintf", "str", "", "str", "%s", "str", "Hello World")Note: 1)I need to pass the pre-allocated buffer as the first argument.2)How do I call a Dll function with a calling convention other than __stdcall Drive C:\ is not ready, close the door! Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted November 24, 2006 Moderators Share Posted November 24, 2006 Hi, I would be grateful if some body could tell me how to pass a pre-allocated buffer to a DLL function? Eg. DllCall("user32.dll", "int", "wsprintf", "str", "", "str", "%s", "str", "Hello World") Note: 1)I need to pass the pre-allocated buffer as the first argument. 2)How do I call a Dll function with a calling convention other than __stdcallSupport questions should be asked in the support forum, besides, you'll get more of a response there, and far less flaming Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
Recommended Posts