Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Microsoft Specific
Emits the IPF Set System Mask (ssm) instruction.
void __ssm(
int Mask
);
Parameters
- [in] Mask
The value to perform an OR operation with the system mask. Must be a compile time constant.
Requirements
Intrinsic |
Architecture |
|---|---|
__ssm |
IPF |
Header file <intrin.h>
Remarks
The Mask argument is used with an OR operation with the system mask to determine the new system mask value.
This intrinsic is available in kernel mode only, and the routine is only available as an intrinsic.