阅读:899回复:1
关于FastIo_QueryBasicInfo和FastIo_QueryStandardInfo
哪位能提供这两个请求的详细说明呀?DDK和IFS DDK文档里都没有说明。谢谢 DKK\\
|
|
沙发#
发布于:2003-01-14 13:01
QueryBasicInfo:
Routine Description: This routine is for the fast query call for basic file information. Arguments: FileObject - Supplies the file object used in this operation Wait - Indicates if we are allowed to wait for the information Buffer - Supplies the output buffer to receive the basic information IoStatus - Receives the final status of the operation Return Value: BOOLEAN - TRUE if the operation succeeded and FALSE if the caller needs to take the long route. StandardInfo /*++ Routine Description: This routine is for the fast query call for standard file information. Arguments: FileObject - Supplies the file object used in this operation Wait - Indicates if we are allowed to wait for the information Buffer - Supplies the output buffer to receive the basic information IoStatus - Receives the final status of the operation Return Value: BOOLEAN - TRUE if the operation succeeded and FALSE if the caller needs to take the long route. --*/ |
|
|