IRsNtPrivilegesWindow Struct Reference
Inherits IUnknown.
List of all members.
Detailed Description
Object represents WINDOWS control for privileges settings.
Member Function Documentation
| HRESULT IRsNtPrivilegesWindow::Update |
( |
[in] IRsNode * |
pNode |
) |
|
Update the window by specified node in Dependency Graph.
- Parameters:
-
| pNode | [in] Node for which you want display the privileges settings. |
| HRESULT IRsNtPrivilegesWindow::SetClient |
( |
[in] IRdNtClientInfo * |
pClient |
) |
|
Call to specify who is watching the privileges.
- Parameters:
-
| pClient | [in] Specify client's info. The info will be used to read client's privileges. |
| HRESULT IRsNtPrivilegesWindow::AttachViewNode |
( |
[in] IRsNode * |
pViewNode |
) |
|
Call to attach node that represents this view in Dependency Graph.
- Parameters:
-
| pViewNode | [in] Node for this windows control. |