private static extern int Unmanaged_SetupREDMonitorAttachedGeometry(ref REDMonitorAttachedGeometry standAloneMode);
 public int iV_SetupREDMonitorAttachedGeometry(ref REDMonitorAttachedGeometry standAloneMode)
 {
     return Unmanaged_SetupREDMonitorAttachedGeometry(ref standAloneMode);
 }