Beispiel #1
0
 internal static extern TBS_RESULT Tbsip_Submit_Command(IntPtr hContext,
                                                        TBS_COMMAND_LOCALITY Locality,
                                                        TBS_COMMAND_PRIORITY Priority,
                                                        [System.Runtime.InteropServices.MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 4)]
                                                        byte[] pabCommand,
                                                        uint cbCommand,
                                                        [System.Runtime.InteropServices.MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 6)]
                                                        [In, Out] byte[] pabResult,
                                                        ref uint pcbResult);
Beispiel #2
0
 Tbsip_Submit_Command(
     UIntPtr Context,
     TBS_COMMAND_LOCALITY Locality,
     TbsPublicStubs.TBS_COMMAND_PRIORITY Priority,
     [System.Runtime.InteropServices.MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 4), In]
     byte[] InBuffer,
     uint InBufferSize,
     [System.Runtime.InteropServices.MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 6), Out]
     byte[] OutBuffer,
     ref uint OutBufferSize);