Function pdfium_render::bindgen::FPDF_SetSandBoxPolicy
source · [−]pub unsafe extern "C" fn FPDF_SetSandBoxPolicy(
policy: FPDF_DWORD,
enable: FPDF_BOOL
)Expand description
Function: FPDF_SetSandBoxPolicy Set the policy for the sandbox environment. Parameters: policy - The specified policy for setting, for example: FPDF_POLICY_MACHINETIME_ACCESS. enable - True to enable, false to disable the policy. Return value: None.