예제 #1
0
 private static extern int Unmanaged_SetupStandAloneModeGeometry(ref StandAloneModeGeometryStruct standAloneModeGeometry);
예제 #2
0
 public int iV_SetupStandAloneModeGeometry(ref StandAloneModeGeometryStruct standAloneModeGeometry)
 {
     return Unmanaged_SetupStandAloneModeGeometry(ref standAloneModeGeometry);
 }