Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 3.8 KB

nf-fsrmreports-ifsrmfilemanagementjob-enumnotificationactions.md

File metadata and controls

83 lines (63 loc) · 3.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:fsrmreports.IFsrmFileManagementJob.EnumNotificationActions
IFsrmFileManagementJob::EnumNotificationActions (fsrmreports.h)
Enumerates the actions associated with a notification value.
EnumNotificationActions
EnumNotificationActions method [File Server Resource Manager]
EnumNotificationActions method [File Server Resource Manager]
IFsrmFileManagementJob interface
IFsrmFileManagementJob interface [File Server Resource Manager]
EnumNotificationActions method
IFsrmFileManagementJob.EnumNotificationActions
IFsrmFileManagementJob::EnumNotificationActions
fs.ifsrmfilemanagementjob_enumnotificationactions
fsrm.ifsrmfilemanagementjob_enumnotificationactions
fsrmreports/IFsrmFileManagementJob::EnumNotificationActions
fsrm\ifsrmfilemanagementjob_enumnotificationactions.htm
fsrm
cfb58db2-39af-434e-95e2-abbd21f4487a
12/05/2018
EnumNotificationActions, EnumNotificationActions method [File Server Resource Manager], EnumNotificationActions method [File Server Resource Manager],IFsrmFileManagementJob interface, IFsrmFileManagementJob interface [File Server Resource Manager],EnumNotificationActions method, IFsrmFileManagementJob.EnumNotificationActions, IFsrmFileManagementJob::EnumNotificationActions, fs.ifsrmfilemanagementjob_enumnotificationactions, fsrm.ifsrmfilemanagementjob_enumnotificationactions, fsrmreports/IFsrmFileManagementJob::EnumNotificationActions
fsrmreports.h
Windows
None supported
Windows Server 2008 R2
SrmSvc.dll
Windows
19H1
IFsrmFileManagementJob::EnumNotificationActions
fsrmreports/IFsrmFileManagementJob::EnumNotificationActions
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmFileManagementJob.EnumNotificationActions

IFsrmFileManagementJob::EnumNotificationActions

-description

[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]

Enumerates the actions associated with a notification value.

-parameters

-param days [in]

The notification value that contains the actions that you want to enumerate.

-param actions [out]

An IFsrmCollection interface that contains a collection of actions. The variant type of each item in the collection is VT_DISPATCH. Query the pdispVal member of the variant to get an IFsrmAction interface. You can use the IFsrmAction::ActionType property to determine the actual action interface to query.

-returns

The method returns the following return values.

-see-also

IFsrmFileManagementJob

IFsrmFileManagementJob::CreateNotificationAction

MSFT_FSRMFileManagementJob