Пример #1
0
 private static extern int Unmanaged_SetupREDMonitorAttachedGeometry(ref REDMonitorAttachedGeometry standAloneMode);
Пример #2
0
 public int iV_SetupREDMonitorAttachedGeometry(ref REDMonitorAttachedGeometry standAloneMode)
 {
     return Unmanaged_SetupREDMonitorAttachedGeometry(ref standAloneMode);
 }