IsProcessInWDAGContainer function (isolatedapplauncher.h)
Determines if a process is running in a Microsoft Defender Application Guard (MDAG) container.
Syntax
HRESULT IsProcessInWDAGContainer(
PVOID Reserved,
BOOL *isProcessInWDAGContainer
);
Parameters
Reserved
This parameter is reserved for future use.
isProcessInWDAGContainer
This indicates whether the process is running in a MDAG container.
Return value
Returns an HRESULT success or error code.
Remarks
Warning
This is a deprecated API.
Note
Windows Defender Application Guard (WDAG) is now Microsoft Defender Application Guard (MDAG). The WDAG name is deprecated, but it is still used in some APIs.
Requirements
Requirement | Value |
---|---|
Header | isolatedapplauncher.h |