MCPcopy Create free account
hub / github.com/BlueMatthew/WechatExporter / SetOutputFormat

Method SetOutputFormat

vcproject/AppConfiguration.cpp:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void AppConfiguration::SetOutputFormat(UINT outputFormat)
78{
79 if (outputFormat < OUTPUT_FORMAT_HTML || outputFormat >= OUTPUT_FORMAT_LAST)
80 {
81 outputFormat = OUTPUT_FORMAT_HTML;
82 }
83 SetDwordProperty(TEXT("OutputFormat"), outputFormat);
84}
85
86void AppConfiguration::SetSavingInSession(BOOL savingInSession)
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected