Beispiel #1
0
        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);
        }