ISecurityInformation3::GetFullResourceName method (aclui.h)

The GetFullResourceName method retrieves the full path and file name of the object associated with the access control editor that is displayed by calling the OpenElevatedEditor method.

Syntax

HRESULT GetFullResourceName(
  [out] LPWSTR *ppszResourceName
);

Parameters

[out] ppszResourceName

The full path and file name of the object for which permissions are to be edited.

Return value

If the method succeeds, it returns S_OK.

If the method fails, it returns an error code. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header aclui.h

See also

ISecurityInformation3

OpenElevatedEditor