Ejemplo n.º 1
0
 int IBluetopiaApi.BSC_Initialize(ref Structs.HCI_DriverInformation__HCI_COMMDriverInformation HCI_DriverInformation,
                                  /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags)
 {
     //TestStru6();
     //
     return(NativeMethods.BSC_Initialize(ref HCI_DriverInformation, Flags));
 }
Ejemplo n.º 2
0
 int IBluetopiaApi.BSC_Initialize(ref Structs.HCI_DriverInformation__HCI_COMMDriverInformation HCI_DriverInformation,
                                  /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags)
 {
     return(99);
 }
Ejemplo n.º 3
0
 internal static extern int BSC_Initialize([In] ref Structs.HCI_DriverInformation__HCI_COMMDriverInformation HCI_DriverInformation,
                                           /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags);