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 |
|
|
INDEX,FOLLOW |
Applies to: Windows | Windows Server
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;
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.
This can be found as an element of JET_DBINFOMISC.
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. |