* Returns the file name of the stream * * \a pStream Pointer to an open stream */
| 2449 | * \a pStream Pointer to an open stream |
| 2450 | */ |
| 2451 | const TCHAR * FileStream_GetFileName(TFileStream * pStream) |
| 2452 | { |
| 2453 | assert(pStream != NULL); |
| 2454 | return pStream->szFileName; |
| 2455 | } |
| 2456 | |
| 2457 | /** |
| 2458 | * Returns the length of the provider prefix. Returns zero if no prefix |
no outgoing calls
no test coverage detected