Netbios
[DllImport("Netapi32.dll", CharSet = CharSet.Ansi, SetLastError = true)][return: MarshalAs(UnmanagedType.U4)]
public static extern NERR Netbios(
ref NCB ncb
);
Microsoft documentation: Link
Last updated
[DllImport("Netapi32.dll", CharSet = CharSet.Ansi, SetLastError = true)][return: MarshalAs(UnmanagedType.U4)]
public static extern NERR Netbios(
ref NCB ncb
);
Microsoft documentation: Link
Last updated