Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GetAccessMask()

Status
Not open for further replies.

OverFlow

IS-IT--Management
May 15, 2002
4
DE
result = GetAccessMask() in win32_share object from wmi ... does anybody know, how to implement this function properly? thx for ur help
 
Where did you get the following snippet?

hresult = GetAccessMask()

If you borrowed it from someone elses code, then they probably had a procedure named GetAccessMask that wrapped the interface to the AccessMask property. AFAIK, there is no GetAccessMask method.

Review Jon Hawkins
 
i used scripting spy 2.0 to find out the method of this wmi interface but it's german

it shows me: Win32_Share
Create result = Create(Access, Description, MaximumAllowed, Name, Password, Path, Type)
SetShareInfo result = SetShareInfo(Access, Description, MaximumAllowed)
GetAccessMask result = GetAccessMask()
Delete result = Delete()
AccessMask AccessMask -> returns NULL
AllowMaximum AllowMaximum
Caption Caption
Description Description
InstallDate InstallDate
MaximumAllowed MaximumAllowed
Name Name
Path Path
Type Type

but the msdn does not show this method ... but thx for ur help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top