#pragma mark equivalent in Visual Studio for C++?

Is there a Visual Studio preprocessor equivalent of #pragma mark found in XCode? Here's why I ask: This is on Windows. This is on Mac. I know of #region in C#, but nothing of similar functionality...