public static int IMOS_XP_Init() { if (_isX64) { return(Native64.IMOS_XP_Init()); } else { return(Native32.IMOS_XP_Init()); } }