Jump to content

help with dllcall


shai
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...