Desktop Functions: Smart Device Functions:
|
Search Results for "GetProp" in [All]shell32
static extern int SHGetPropertyStoreFromParsingName(
GETPROPERTYSTOREFLAGS flags, GETPROPERTYSTOREFLAGS
Public Enum GetProperties
Public Enum GetProperties
ShowProp = SHObjectProperties(0, GetProperties.SHOP_FILEPATH, filename, String.Empty) user323: GetProp Constants4: PROPERTYKEY
public static PropertyInfo[] GetProperties<T>(this Type type) where T : Attribute
foreach (PropertyInfo pi in type.GetProperties(flags))
return o == null ? new List<PropertyInfo>().ToArray() : o.GetType().GetProperties<T>(); Enums
public static bool GetProperties(string strDeviceName, string strPort, out bool bDuplex, out bool bColor, out string strError)
public static bool GetProperties(string strDeviceName, string strPort, out bool bDuplex, out bool bColor, out string strError) Interfaces
void GetProperties ( [MarshalAs ( UnmanagedType.Interface )] out IntPtr ppStore );
void GetPropertyStore ( [In] int Flags, [In] ref Guid riid, out IntPtr ppv );
void GetPropertyDescriptionList ( [In] ref NativeMethods.PROPERTYKEY keyType, [In] ref Guid riid, out IntPtr ppv );
Function GetPropertyStore(<[In]()> Flags As Integer, <[In]()> riid As Guid, ByRef ppv As IntPtr) As Integer
Function GetPropertyDescriptionList(<[In]()> keyType As PROPERTYKEY, <[In]()> riid As Guid, ByRef ppv As IntPtr) As Integer 9: IUri
UInt32 GetPropertyBSTR([In]UriProperty uriProp, [Out]out string strProperty, [In]UInt32 dwFlags);
UInt32 GetPropertyLength([In]UriProperty uriProp, [Out] out UInt32 pcPropLen, [In]UInt32 dwFlags);
UInt32 GetPropertyDWORD([In]UriProperty uriProp, [Out] out UInt32 pcPropValue, [In]UInt32 dwFlags);
UInt32 GetProperties([Out] uint dwFlags); 10: IWebBrowser
object GetProperty([In, MarshalAs(UnmanagedType.BStr)] string Property);
object GetProperty([In, MarshalAs(UnmanagedType.BStr)] string Property);
Function GetProperty(<MarshalAs(UnmanagedType.BStr)> ByVal [Property] As String) As Object 11: IWebBrowser2
object GetProperty([In, MarshalAs(UnmanagedType.BStr)] string Property);
object GetProperty([In, MarshalAs(UnmanagedType.BStr)] string Property);
Function GetProperty(<MarshalAs(UnmanagedType.BStr)> ByVal [Property] As String) As Object
void GetPropertyAttributes(
void GetPropertyStream( msi13: MsiGetProperty
static extern int MsiGetProperty(int hInstall, string szName, int value = MsiGetProperty(handle, "ProductVersion", out sb, ref stringSize); propsys
public static IPropertyStore GetPropertyStoreFromShellItem(IShellItem shellitem, bool fReadWrite) |