Hi All,
I am writing a vc++ application to get & set User Access Rights of VisualSVN Server by using WMI query.
we able to get the Associatedobject and getting repository name and paths by using
VARIANT vtProp;
hres = pclsObj->Get(L"AssociatedObject", 0, &vtProp, 0, 0);
wcout < But not getting the Permissions,
hres = pclsObj->Get(L"Permissions", 0, &vtProp, 0, 0);
wcout <
Its not printing the value.
It contains array of objects, how to get the value from the vtProp.
Thanks..
How to get VisualSVN Server User Access Rights by using WMI Query in VC++
1-1 of 1
Reply to this discussion
You cannot edit posts or make replies: You should be logged in before you can post.
Login to post a reply.
24567 views