NetShareSetInfo(server, netname, level, data)
Sets information about a particular share on a server.
Parameters
server : string/PyUnicode
The name of the server, or None.netname : string/PyUnicode
The network namelevel : int
The information level contained in the datadata : mapping
A dictionary holding the share data.Win32 API References
Search for NetShareSetInfo at msdn, google or google groups.