Ejemplo n.º 1
0
        public INTLIST GetThemeIntList(int partId, int stateId, int propertyId)
        {
            var     value = new INTLIST();
            HResult hr    = StyleNativeMethods.GetThemeIntList(theme, partId, stateId, propertyId, value);

            return(Found(hr) ? value : null);
        }
Ejemplo n.º 2
0
 private static extern int GetThemeIntList(SafeThemeHandle hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);
		static extern Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);
Ejemplo n.º 4
0
 private extern static int GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);
Ejemplo n.º 5
0
 static extern Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);