IsDsmActionNonDestructive macro (ntddstor.h)
The IsDsmActionNonDestructive macro determines whether a data set management (DSM) action is nondestructive.
Syntax
void IsDsmActionNonDestructive(
_Action
);
Parameters
_Action
The DeviceDsmAction_Xxx action to be performed. DSM action values are defined in ntddstor.h.
Return value
None
Remarks
IsDsmActionNonDestructive returns TRUE if the action is nondestructive or FALSE if the action is destructive.
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h |