コード例 #1
0
 internal static extern Int32 TaskDialogIndirect([In] ref VtdConfig pTaskConfig,
                                                 [Out] out int pnButton, [Out] out int pnRadioButton,
                                                 [Out] out bool pfVerificationFlagChecked);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: vacovsky/keepass2
 internal static extern Int32 TaskDialogIndirect([In] ref VtdConfig pTaskConfig,
                                                 [Out] out int pnButton, [Out] out int pnRadioButton,
                                                 [Out][MarshalAs(UnmanagedType.Bool)] out bool pfVerificationFlagChecked);