[#BloombergLP-baltzo-WindowsTimeZoneUtil-getWindowsTimeZoneId] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/WindowsTimeZoneUtil.adoc[WindowsTimeZoneUtil]::getWindowsTimeZoneId :relfileprefix: ../../../ :mrdocs: Load the Windows time‐zone identifier for `zoneinfoId`. == Synopsis Declared in `<baltzo_windowstimezoneutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getWindowsTimeZoneId( char const** result, char const* zoneinfoId); ---- == Description Load into the specified `result` the address of a 0 terminated C‐string containing the Windows time‐zone identifier for the specified `zoneinfoId`. Return 0 on success, and non‐zero value with no other effect otherwise. The returned address is valid for the life‐time of the process. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *result* | receives the Windows time‐zone identifier | *zoneinfoId* | Zoneinfo time‐zone identifier to map |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#