shai Posted January 14, 2012 Posted January 14, 2012 in dll i have this function:public static unsafe NF_STATUS nf_unRegisterDriver(string driverName) { $ArrayType$$$BY0BAE@D e$$$bybae@d; stringToBuffer(driverName, (sbyte modopt(IsSignUnspecifiedByte)*) &e$$$bybae@d, 260); return *(((NF_STATUS*) &nfapi.nf_unRegisterDriver((sbyte modopt(IsSignUnspecifiedByte) modopt(IsConst)*) &e$$$bybae@d))); }how i can call this func with dllcall in autoit?thanks.
JohnOne Posted January 14, 2012 Posted January 14, 2012 May I ask what language is that? I cannot say I recognize it. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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