Share via


fDialog/fDialog12

Applies to: Excel 2010 | Office 2010 | VBA | Visual Studio

Example user-defined command that demonstrates how to create a Microsoft 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