Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.69 KB

jet-signature-structure.md

File metadata and controls

71 lines (48 loc) · 1.69 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic api_name topic_type api_type api_location ROBOTS
Learn more about: JET_SIGNATURE Structure
JET_SIGNATURE Structure
JET_SIGNATURE Structure
90d3fd56-be65-4126-b50c-b53e3c3f38f6
32765629
04/11/2016
reference
apiref
kbArticle
COM
INDEX,FOLLOW

JET_SIGNATURE Structure

Applies to: Windows | Windows Server

JET_SIGNATURE Structure

The JET_SIGNATURE structure contains information that uniquely identifies a database.

    typedef struct {
      unsigned long ulRandom;
      JET_LOGTIME logtimeCreate;
      char szComputerName[JET_MAX_COMPUTERNAME_LENGTH + 1];
    } JET_SIGNATURE;

Members

ulRandom

A randomly assigned number.

logtimeCreate

The JET_LOGTIME at the time of JetCreateDatabase is executed.

szComputerName

The optional string value of the NetBIOS name for the computer. This value may not be set.

Remarks

This can be found as an element of JET_DBINFOMISC.

Requirements

Requirement Value

Client

Requires Windows Vista, Windows XP, or Windows 2000 Professional.

Server

Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server.

Header

Declared in Esent.h.

See Also

JET_DBINFOMISC
JET_LOGTIME
JetCreateDatabase