Share via


fDialog/fDialog12

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Example user-defined command that demonstrates how to create a Microsoft Office Excel UDD (user-defined dialog box) within a DLL by using the dialog box capabilities in the C API. When GENERIC.xll is loaded, it creates a user-defined menu, Generic, through which this command is accessed.

int WINAPI fDialog(void);

Parameters

The function takes no parameters.

Property Value/Return Value

The function always returns 1.

Example

See \SAMPLES\GENERIC\GENERIC.C for the source code for this function.

See Also

Concepts

Functions in the Generic DLL