IAppVerifierCheck::get_Propigate method |
See Also� |
Retrieves a flag that indicates if the check is propagated to child processes.
� | Copy Code |
---|---|
HRESULT get_Propigate ( VARIANT_BOOL* pbResult ); |
Parameters
- pbResult
- [out] Points to a byte that contains the result of whether the check is propagated to child processes. The result is TRUE if the check is propagated; otherwise it is FALSE.
Return Value
The following list includes the most likely return values. However, other return values are possible.
- S_OK
- The method succeeded.
- E_POINTER
- Pointer is invalid.