CanYouHandleThisFileW function

Top  Previous  Next

Checks the file contents if it's an archive it can handle.

Syntax C++

BOOL __stdcall CanYouHandleThisFileW(

                _In_ wchar_t *FileName

);

 

Parameters

FileName [in]

Type: wchar_t*

Full file name.

Return value

Type: BOOL

Returns TRUE, if the file is an archive, otherwise – FALSE.

Notes

The function gets called if option PK_CAPS_BY_CONTENT  is set.