This topic has not yet been rated - Rate this topic

2.5.4 EnvironmentVariableDataBlock

The EnvironmentVariableDataBlock structure specifies a path to environment variable information when the link target refers to a location that has a corresponding environment variable.


0

1

2

3

4

5

6

7

8

9
1
0

1

2

3

4

5

6

7

8

9
2
0

1

2

3

4

5

6

7

8

9
3
0

1

BlockSize

BlockSignature

TargetAnsi

...

...

...

...

...

...

...

(TargetAnsi cont'd for 57 rows)

TargetUnicode

...

...

...

...

...

...

...

(TargetUnicode cont'd for 122 rows)

BlockSize (4 bytes): A 32-bit, unsigned integer that specifies the size of the EnvironmentVariableDataBlock structure. This value MUST be 0x00000314.

 

BlockSignature (4 bytes): A 32-bit, unsigned integer that specifies the signature of the EnvironmentVariableDataBlock extra data section. This value MUST be 0xA0000001.

 

TargetAnsi (260 bytes): A NULL-terminated string, defined by the system default code page, which specifies a path to environment variable information.

TargetUnicode (520 bytes): An optional, NULL-terminated, Unicode string that specifies a path to environment variable information.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.