public INTLIST GetThemeIntList(int partId, int stateId, int propertyId) { var value = new INTLIST(); HResult hr = UxThemeExNativeMethods.UxGetThemeIntList( themeFile, theme, partId, stateId, propertyId, value); return(Found(hr) ? value : null); }