Determine Supported COM APIs (Compact 2013)

3/26/2014

Use the following procedure to determine the COM functions supported by your platform.

To list the functions

  1. Open a command prompt.

  2. Type link /dump /exports ole32.dll.

    You see the list of all functions included in Ole32.dll that are supported in this run-time image.

To determine if an interface is supported

  • Check the interface registration on the device to verify if the interface is supported.