SmsApi: Samples for the SMS C API

Click to open or copy the files for the SmsApi samples.

This directory contains sample programs for the SMS C API.

The makefiles for each sample program includes "..\paths.mk", thus you need to make sure that this file is present in the parent directory when you build each sample program. Before building the samples, edit "paths.mk" and change the paths specified there to match your system's configuration. Also note that the DEST directory, specified in "paths.mk", must exist before you can build the sample applications.

About SMS

In an SMS system, a primary site's site database stores the inventory and configuration information for itself and the sites below it in the site hierarchy. Using the SMS API, your application can access the information in a site database.

For more information, see SMS API Overview in the Microsoft SMS API.

Building SDK Samples