Skip to content

Add missing COM constants #3043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 29, 2023
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>
</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>
<entry>
The default locale for the operating system.
</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down