示例#1
0
 public static extern uint BioAPI_GetFrameworkInfo(ref bioapi_framework_schema FrameworkSchema);
示例#2
0
 public static uint GetFrameworkInfo(ref bioapi_framework_schema FrameworkSchema)
 {
     return(NativeMethods.BioAPI_GetFrameworkInfo(ref FrameworkSchema));
 }