INameSpaceTreeAccessible::OnGetDefaultAccessibilityAction method
Gets the default accessibility action for a Shell item.
Syntax
HRESULT OnGetDefaultAccessibilityAction(
[in] IShellItem *psi,
[out] BSTR *pbstrDefaultAction
);
Parameters
- psi [in]
-
Type: IShellItem*
Pointer to the IShellItem.
- pbstrDefaultAction [out]
-
Type: BSTR*
When this method returns, contains a BSTR that specifies the default, accessibility action.
Return value
Type: HRESULT
Returns S_OK if successful, or E_OUTOFMEMORY otherwise.
Remarks
This method is called when the default accessibililty action for a Shell item is retrieved.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: