NetShareSetInfo (netapi32)
Last changed: -64.22.251.193

.
Summary
The equivalent counter-part to NetShareGetInfo. This lets you set information about an existing share.

C# Signature:

[DllImport("netapi32.dll", SetLastError=true)]
static extern UInt32 NetShareSetInfo(String servername, String netname, UInt32 level, ref object buf, out UInt32 parm_err);

VB Signature:

Declare Function NetShareSetInfo Lib "netapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation