MCPcopy Create free account
hub / github.com/Norbyte/ositools / OnCloseHandle

Method OnCloseHandle

OsiInterface/CustomFunctions.cpp:419–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected