MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / PrivateCall

Method PrivateCall

scintilla/src/ScintillaBase.cxx:597–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597void *LexState::PrivateCall(int operation, void *pointer) {
598 if (pdoc && instance) {
599 return instance->PrivateCall(operation, pointer);
600 } else {
601 return 0;
602 }
603}
604
605const char *LexState::PropertyNames() {
606 if (instance) {

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected