GetFileSize function
获取指定文件大小
Function:
long int UAPI GetFileSize(
int hFile
);
Parameters:
- hFile [in]:文件句柄
Return value:
- Type:long int
- Text:成功返回文件大小(byte),失败返回 NULL
Requirements:
| Keyword | Value |
|---|---|
| Minimum Agine Version | 171012.1 |
| Minimum SDK Version | 171012.1 |
| Header File | h.files |
| Library Server | kext |