Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The function Get_ImageID gets the image ID.

unsigned long Get_ImageID(  
  char* ImageID
);
unsigned long GetImageId(  
  char* ImageID
);

Parameters

ImageID Pointer to a variable that gets the image ID. (NULL terminated ASCII-String with a maximum of IMAGE_ID_GETUUID_MAXSIZE size; no Unicode!!)

Return Values

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

Remarks

A RAM-image will not have an image-ID!

Requirements

OS Versions: Windows CE 4.2 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib

See Also

Get_DeviceID

  • No labels