示例#1
0
 private static extern VixError Vix_GetProperties(IntPtr handle,
                                                  VixPropertyID firstPropertyID,
                                                  ref IntPtr firstProperty,
                                                  VixPropertyID secondPropertyID);
示例#2
0
 private static extern VixError VixJob_Wait(IntPtr jobHandle,
                                            VixPropertyID firstPropertyID,
                                            ref IntPtr firstProperty,
                                            VixPropertyID secondPropertyID);