mirror of
https://github.com/netchx/netch.git
synced 2026-04-29 21:59:34 +08:00
[Redirector] Update README.md
This commit is contained in:
@@ -68,6 +68,9 @@ public static extern bool aio_unregister([MarshalAs(UnmanagedType.LPWStr)] strin
|
||||
[DllImport("Redirector.bin", CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern bool aio_dial(NameList name, [MarshalAs(UnmanagedType.LPWStr)] string value);
|
||||
|
||||
[DllImport("Redirector.bin", CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern bool aio_init();
|
||||
|
||||
[DllImport("Redirector.bin", CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void aio_free();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user