L_GetLoadInfoCallbackData
#include "l_bitmap.h"
L_VOID L_FAR * EXT_FUNCTION L_GetLoadInfoCallbackData(L_VOID)
Returns the current user data pointer for the LOADINFOCALLBACK, which was set using L_SetLoadInfoCallback.
Returns
Pointer to the previous user data. You can assign this return value to a variable, then use the variable to restore the previous value.
Comments
If no previous user data value has been assigned, then this function will return NULL.
Required DLLs and Libraries
|
LTFIL For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Platforms
Windows 95 / 98 / Me, Windows 2000 / XP, Windows CE.
See Also
|
Functions: |
L_FileInfo, L_FileInfoMemory, L_ReadFileComment, L_GetComment, L_SetComment, L_SetLoadInfoCallback |
|
Topics: |
|
|
|
|
|
|
Example
For an example, refer to L_SetLoadInfoCallback.