IProtectionPolicyManagerInterop::GetForWindow method (efswrtinterop.h)
Note Windows Information Protection (WIP) policy can be applied on Windows 10, version 1607.
Syntax
HRESULT GetForWindow(
[in] HWND appWindow,
[iid_is] [in, retval] REFIID riid,
void **result
);
Parameters
[in] appWindow
A handle to the current window.
[iid_is] [in, retval] riid
Reference to the identifier of the interface describing the type of interface pointer to return in result.
result
The protection policy manager object for the current window.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | efswrtinterop.h |
DLL | Efswrt.dll |