| 417 | } |
| 418 | |
| 419 | void CustomFunctionInjector::OnCloseHandle(HANDLE hFile, BOOL bSucceeded) |
| 420 | { |
| 421 | if (bSucceeded && !extendingStory_ && storyHeaderFile_ != NULL && hFile == storyHeaderFile_) { |
| 422 | ExtendStoryHeader(storyHeaderPath_); |
| 423 | storyHeaderFile_ = NULL; |
| 424 | } |
| 425 | } |
| 426 | |
| 427 | } |
nothing calls this directly
no outgoing calls
no test coverage detected