C# Class Fuji.Resource

Afficher le fichier Open project: TurkeyMan/fuji

Méthodes publiques

Свойство Type Description
handle System.UIntPtr

Méthodes publiques

Méthode Description
AddRef ( ) : int
Find ( uint hash ) : Resource
NumResources ( int type ) : int
Release ( ) : int

Private Methods

Méthode Description
MFResource_AddRef ( UIntPtr resource ) : int
MFResource_Find ( uint hash ) : UIntPtr
MFResource_GetHash ( UIntPtr resource ) : uint
MFResource_GetName ( UIntPtr resource ) : string
MFResource_GetNumResources ( int type = (int)MFResourceType.All ) : int
MFResource_GetRefCount ( UIntPtr resource ) : int
MFResource_GetType ( UIntPtr resource ) : int
MFResource_GetTypeName ( int type ) : string
MFResource_Release ( UIntPtr resource ) : int

Method Details

AddRef() public méthode

public AddRef ( ) : int
Résultat int

Find() public static méthode

public static Find ( uint hash ) : Resource
hash uint
Résultat Resource

NumResources() public static méthode

public static NumResources ( int type ) : int
type int
Résultat int

Release() public méthode

public Release ( ) : int
Résultat int

Property Details

handle public_oe property

public UIntPtr,System handle
Résultat System.UIntPtr