#include "BIThumbnail.h"
int GetCurrentDirectoty(int& size, LPTSRTstr)
Description
Get path of current directory.
Parameters
|
int& |
size |
Size of string buffer. |
|
LPTSRT |
str |
Function get path string by this parameter. |
Additional Information
This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.
Return values
If the string buffer size is smaller than the size of the return string, then it returns the needed size. Otherwise, it returns 0.
Requirements
Header : Declared in BiThumbnail.h; include BiThumbnail.h
Library : Use BiThumbnail.lib
DLLs : BiThumbnail.dll