![]() |
(SST) ShlWAPIFunctionInfo Version 1.0 |
---|---|
Developer Reference |
Retrieves a value from the version information resources of an executable that indicates which of the bits in the value returned by RetResourceFileFlags are valid. |
Scope |
---|
Protected (i.e. the method can only be accessed from code in a descendant class or the unit it which it is implemented). |
Syntax | |
---|---|
Function RetResourceFileFlagsMask() : DWORD; |
Parameters | |
---|---|
None |
Return Values |
---|
Returns an unsigned integer value that contains the flags in form of a bitmask. |
Remarks |
---|
The returned value is not available in form of a separate property. |
The function merely returns the "dwFileFlagsMask" member/field of the ResourceFixedFileInfo property. |
At the time of release of this document (December 2015), the default value, defined for this member/field, in form the constant VS_FFI_FILEFLAGSMASK, was $3F, thereby defining the first 6 bits (bits 0 .. 5) in member/field dwFileFlags as valid. This automatically validates all flags up to and including VS_FF_SPECIALBUILD (= 0x20 = 100000 in binary notation ), provided that they are set. |
Requirements | |
---|---|
Unit | (Declared and implemented in) SSTNewUnit.pas |
Library | SSTNewUnit.dcu/SSTNewUnit.obj |
Unicode | Implemented as ANSI version only. |
See Also |
---|
TSSTDllVerInfo, DllFileName, RetResourceFileFlags, ResourceFixedFileInfo, LastError, Source Code |
Windows APIs: VERSIONINFO Resource, VS_VERSIONINFO Structure, VS_FIXEDFILEINFO. |
Document/Contents version 1.00 Page/URI last updated on April 28, 2022 |
Copyright © Stoelzel Software Technologie (SST) 2010 - 2017 |
Suggestions and comments mail to: webmaster@stoelzelsoftwaretech.com |