发布于 2006-03-05 14:28:31
0楼
char* GetLocalPicture(char* lpszPictureName);
Function
Returns a pointer to the name of the picture. In this case, the picture name is the file name without the extension ".PDL".
Example
Parameter
lpszPictureName
Pointer to the picture
Return value
Pointer to the name of the picture.
Example:
In a base picture "AAA" lies a picture window "bbb", in which is called a picture "CCC", which itself contains a a picture window "ddd", in which a picture "EEE" is called.
The function call
GetLocalPicture(lpszPictureName)
Pointer to the picture name:
"EEE" is returned if the function is called from picture "EEE",
"CCC" is returned if the function is called from picture "CCC",
"AAA" is returned if the function is called from picture "AAA".
此函数就是标准函数啊。
无论成与败,无论甜与苦,我还是我。