intestazione wdffileobject.h

Questa intestazione viene usata da wdf. Per altre informazioni, vedere:

wdffileobject.h contiene le interfacce di programmazione seguenti:

Funzioni

 
WdfFileObjectGetDevice

Il metodo WdfFileObjectGetDevice restituisce l'oggetto dispositivo framework associato a un oggetto file framework specificato.
WdfFileObjectGetFileName

Il metodo WdfFileObjectGetFileName restituisce il nome del file che contiene un oggetto file framework specificato.
WdfFileObjectGetFlags

Il metodo WdfFileObjectGetFlags restituisce i flag contenuti in un oggetto file framework specificato.
WdfFileObjectGetInitiatorProcessId

La funzione WdfFileObjectGetInitiatorProcessId recupera l'ID del processo di iniziatore associato a un oggetto file framework specificato.
WdfFileObjectGetRelatedFileObject

Il metodo WdfFileObjectGetRelatedFileObject recupera l'oggetto file correlato a un oggetto file framework.
WdfFileObjectWdmGetFileObject

Il metodo WdfFileObjectWdmGetFileObject restituisce l'oggetto file WDM (Windows Driver Model) associato a un oggetto file framework specificato.

Enumerazioni

 
WDF_FILE_INFORMATION_CLASS

L'enumerazione WDF_FILE_INFORMATION_CLASS identifica i tipi di informazioni sui file che un driver può ottenere o impostare.