SetProp
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern bool SetProp(
IntPtr hWnd,
string lpString,
IntPtr hData
);
Microsoft documentation: Link
Last updated
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern bool SetProp(
IntPtr hWnd,
string lpString,
IntPtr hData
);
Microsoft documentation: Link
Last updated