Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions reference/com/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,18 @@
</entry>
<entry>As of PHP 7.0.0, the value is <literal>2147614731</literal> on x64.</entry>
</row>
<row xml:id="constant.disp-e-paramnotfound">
<entry>
<constant>DISP_E_PARAMNOTFOUND</constant>
(<type>int</type>)
</entry>
<entry>-2147352572</entry>
<entry>
A return value that indicates that one of the parameter IDs
does not correspond to a parameter on the method.
</entry>
<entry>As of PHP 7.0.0, the value is <literal>2147614724</literal> on x64.</entry>
Comment thread
haszi marked this conversation as resolved.
</row>
<row xml:id="constant.mk-e-unavailable">
<entry>
<constant>MK_E_UNAVAILABLE</constant>
Expand All @@ -628,6 +640,29 @@
</entry>
<entry>As of PHP 7.0.0, the value is <literal>2147746275</literal> on x64.</entry>
</row>
<row xml:id="constant.locale-neutral">
<entry>
<constant>LOCALE_NEUTRAL</constant>
(<type>int</type>)
</entry>
<entry>0</entry>
<entry>
The neutral locale. This constant is generally not used when calling NLS APIs.
Instead, use LOCALE_SYSTEM_DEFAULT.
</entry>
<entry></entry>
</row>
<row xml:id="constant.locale-system-default">
<entry>
<constant>LOCALE_SYSTEM_DEFAULT</constant>
(<type>int</type>)
</entry>
<entry>2048</entry>
Comment thread
haszi marked this conversation as resolved.
<entry>
The default locale for the operating system.
</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down