예제 #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));
 }
예제 #2
0
 int IBluetopiaApi.BSC_Initialize(ref Structs.HCI_DriverInformation__HCI_COMMDriverInformation HCI_DriverInformation,
                                  /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags)
 {
     return(99);
 }
예제 #3
0
 internal static extern int BSC_Initialize([In] ref Structs.HCI_DriverInformation__HCI_COMMDriverInformation HCI_DriverInformation,
                                           /*unsigned long*/ StackConsts.BSC_INITIALIZE_FLAGs Flags);